mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-30 09:04:59 +08:00
Fix test url after #3398
This commit is contained in:
parent
5dd582918d
commit
57682cbabe
@ -519,7 +519,7 @@ async fn search_bad_matching_strategy() {
|
|||||||
"message": "Invalid value type at `.matchingStrategy`: expected a string, but found an object: `{\"doggo\":\"doggo\"}`",
|
"message": "Invalid value type at `.matchingStrategy`: expected a string, but found an object: `{\"doggo\":\"doggo\"}`",
|
||||||
"code": "invalid_search_matching_strategy",
|
"code": "invalid_search_matching_strategy",
|
||||||
"type": "invalid_request",
|
"type": "invalid_request",
|
||||||
"link": "https://docs.meilisearch.com/errors#invalid-search-matching-strategy"
|
"link": "https://docs.meilisearch.com/errors#invalid_search_matching_strategy"
|
||||||
}
|
}
|
||||||
"###);
|
"###);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user