mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Update meilisearch-http/tests/documents/add_documents.rs
Co-authored-by: Clément Renault <renault.cle@gmail.com>
This commit is contained in:
		| @@ -345,9 +345,7 @@ async fn error_add_malformed_json_documents() { | ||||
|         .to_request(); | ||||
|     let res = test::call_service(&app, req).await; | ||||
|     let body = test::read_body(res).await; | ||||
|     dbg!(&body); | ||||
|     let response: Value = serde_json::from_slice(&body).unwrap_or_default(); | ||||
|     dbg!(&response); | ||||
|     assert_eq!(status_code, 400); | ||||
|     assert_eq!( | ||||
|         response["message"], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user