mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix test
This commit is contained in:
parent
9092d35a3c
commit
905ace3e13
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ async fn update_settings_unknown_field() {
|
|||
let server = Server::new().await;
|
||||
let index = server.index("test");
|
||||
let (_response, code) = index.update_settings(json!({"foo": 12})).await;
|
||||
assert_eq!(code, 500);
|
||||
assert_eq!(code, 400);
|
||||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue