mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
update all the response format to be ISO with meilisearch, see #64
This commit is contained in:
@ -33,7 +33,7 @@ async fn get_document() {
|
||||
}
|
||||
]);
|
||||
let (_, code) = index.add_documents(documents, None).await;
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(code, 202);
|
||||
index.wait_update_id(0).await;
|
||||
let (response, code) = index.get_document(0, None).await;
|
||||
assert_eq!(code, 200);
|
||||
|
Reference in New Issue
Block a user