Fix insta snapshots

This commit is contained in:
Kerollmops
2022-10-26 14:55:37 +02:00
committed by Clément Renault
parent 8ebb49d1b1
commit 314b89ca30
11 changed files with 47 additions and 47 deletions

View File

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