mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
ensure the reset_settings also return a 202
This commit is contained in:
parent
c8b05712fa
commit
6b4ea7f594
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ async fn update_setting_unexisting_index() {
|
|||
assert_eq!(code, 202);
|
||||
let (_response, code) = index.get().await;
|
||||
assert_eq!(code, 200);
|
||||
let (_response, code) = index.delete_settings().await;
|
||||
assert_eq!(code, 202);
|
||||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue