mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Fix all the tests
This commit is contained in:
committed by
Clément Renault
parent
314b89ca30
commit
ee6597da60
@ -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"
|
||||
|
Reference in New Issue
Block a user