mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix non insta tests
This commit is contained in:
parent
72e2b220ed
commit
d2420f5c8f
15 changed files with 87 additions and 87 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue