mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Update the status code
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
c13efde042
commit
02929e241b
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ async fn add_documents_no_index_creation() {
|
|||
snapshot!(code, @"202 Accepted");
|
||||
|
||||
let response = index.wait_task(response.uid()).await.succeeded();
|
||||
snapshot!(code, @"200 OK");
|
||||
snapshot!(code, @"202 Accepted");
|
||||
snapshot!(response,
|
||||
@r###"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue