mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
Fix test url after #3398
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
"###);
|
"###);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user