Fix tests

This commit is contained in:
Louis Dureuil 2023-01-19 15:48:20 +01:00
parent b0c33ed6d2
commit 72e2b220ed
No known key found for this signature in database
20 changed files with 217 additions and 217 deletions

View file

@ -189,7 +189,7 @@ async fn get_invalid_index_uid() {
"message": "`this is not a valid index name` is not a valid index uid. Index uid can be an integer or a string containing only alphanumeric characters, hyphens (-) and underscores (_).",
"code": "invalid_index_uid",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#invalid-index-uid"
"link": "https://docs.meilisearch.com/errors#invalid_index_uid"
}
"###);
}