fix all tests

This commit is contained in:
vuthanhtung2412 2025-03-25 12:43:15 +01:00
parent d71c6f3483
commit 6b1c262b74
2 changed files with 2 additions and 2 deletions

View file

@ -201,7 +201,7 @@ async fn generate_default_user_provided_documents(server: &Server) -> Index {
]);
let (value, code) = index.add_documents(documents, None).await;
snapshot!(code, @"202 Accepted");
index.wait_task(value.uid()).await.failed();
index.wait_task(value.uid()).await.succeeded();
index
}