fix tests

This commit is contained in:
mpostma 2021-07-05 11:21:02 +02:00
parent 9681ffca52
commit 2f3a439566
8 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ async fn create_and_delete_index() {
let index = server.index("test");
let (_response, code) = index.create(None).await;
assert_eq!(code, 200);
assert_eq!(code, 201);
let (_response, code) = index.delete().await;