update all the response format to be ISO with meilisearch, see #64

This commit is contained in:
Irevoire 2021-03-17 13:54:17 +01:00 committed by tamo
parent 6e1ddfea5a
commit 96cffeab1e
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
5 changed files with 43 additions and 28 deletions

View file

@ -23,7 +23,7 @@ impl Index<'_> {
.service
.post_str(url, include_str!("../assets/test_set.json"))
.await;
assert_eq!(code, 200);
assert_eq!(code, 202);
let update_id = response["updateId"].as_i64().unwrap();
self.wait_update_id(update_id as u64).await;
update_id as u64