mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix tests
This commit is contained in:
parent
9f3e4801b1
commit
e374b095a2
11 changed files with 15 additions and 13 deletions
|
@ -916,7 +916,7 @@ async fn bad_settings() {
|
|||
snapshot!(code, @"400 Bad Request");
|
||||
snapshot!(response, @r###"
|
||||
{
|
||||
"message": "`.embedders.rest`: Missing field `request` (note: this field is mandatory for source rest)",
|
||||
"message": "`.embedders.rest`: Missing field `request` (note: this field is mandatory for source `rest`)",
|
||||
"code": "invalid_settings_embedders",
|
||||
"type": "invalid_request",
|
||||
"link": "https://docs.meilisearch.com/errors#invalid_settings_embedders"
|
||||
|
@ -933,7 +933,7 @@ async fn bad_settings() {
|
|||
snapshot!(code, @"400 Bad Request");
|
||||
snapshot!(response, @r###"
|
||||
{
|
||||
"message": "`.embedders.rest`: Missing field `response` (note: this field is mandatory for source rest)",
|
||||
"message": "`.embedders.rest`: Missing field `response` (note: this field is mandatory for source `rest`)",
|
||||
"code": "invalid_settings_embedders",
|
||||
"type": "invalid_request",
|
||||
"link": "https://docs.meilisearch.com/errors#invalid_settings_embedders"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue