Fix non insta tests

This commit is contained in:
Louis Dureuil 2023-01-19 16:10:05 +01:00
parent 72e2b220ed
commit d2420f5c8f
No known key found for this signature in database
15 changed files with 87 additions and 87 deletions

View file

@ -177,7 +177,7 @@ async fn error_create_existing_index() {
"message": "Index `test` already exists.",
"code": "index_already_exists",
"type": "invalid_request",
"link":"https://docs.meilisearch.com/errors#index-already-exists"
"link":"https://docs.meilisearch.com/errors#index_already_exists"
});
assert_eq!(response["error"], expected_response);