mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
update all the response format to be ISO with meilisearch, see #64
This commit is contained in:
parent
6e1ddfea5a
commit
96cffeab1e
5 changed files with 43 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue