Fix all the tests

This commit is contained in:
Kerollmops
2022-10-26 15:07:59 +02:00
committed by Clément Renault
parent 314b89ca30
commit ee6597da60
4 changed files with 61 additions and 7 deletions

View File

@ -686,7 +686,7 @@ async fn test_summarized_index_swap() {
.await;
assert_json_snapshot!(v, @r###"
{
"message": "Indexes `doggos`, `cattos` not found.",
"message": "Indexes `cattos`, `doggos` not found.",
"code": "index_not_found",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#index_not_found"