mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 12:46:31 +00:00
fixed the failing tests from snapshots
This commit is contained in:
@ -1414,10 +1414,10 @@ async fn error_remote_does_not_answer() {
|
||||
"estimatedTotalHits": 3,
|
||||
"remoteErrors": {
|
||||
"ms2": {
|
||||
"message": "error sending request",
|
||||
"code": "remote_could_not_send_request",
|
||||
"message": "remote host did not answer before the deadline",
|
||||
"code": "remote_timeout",
|
||||
"type": "system",
|
||||
"link": "https://docs.meilisearch.com/errors#remote_could_not_send_request"
|
||||
"link": "https://docs.meilisearch.com/errors#remote_timeout"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user