mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix all the tests
This commit is contained in:
parent
314b89ca30
commit
ee6597da60
4 changed files with 61 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue