mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	update all the response format to be ISO with meilisearch, see #64
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user