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

@ -195,7 +195,7 @@ async fn error_create_with_invalid_index_uid() {
"message": "Invalid value at `.uid`: `test test#!` 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"
}
"###);
}