mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
delete index returns 204 instead of 200
This commit is contained in:
@ -10,7 +10,7 @@ async fn create_and_delete_index() {
|
||||
|
||||
let (_response, code) = index.delete().await;
|
||||
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(code, 204);
|
||||
|
||||
assert_eq!(index.get().await.1, 400);
|
||||
}
|
||||
|
Reference in New Issue
Block a user