mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	remove flaky assert
This commit is contained in:
		@@ -68,7 +68,6 @@ async fn create_index_with_gzip_encoded_request_and_receiving_brotli_encoded_res
 | 
				
			|||||||
    let parsed_response =
 | 
					    let parsed_response =
 | 
				
			||||||
        serde_json::from_slice::<Value>(decoded.into().as_ref()).expect("Expecting valid json");
 | 
					        serde_json::from_slice::<Value>(decoded.into().as_ref()).expect("Expecting valid json");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    assert_eq!(parsed_response["taskUid"], 3);
 | 
					 | 
				
			||||||
    assert_eq!(parsed_response["indexUid"], "test");
 | 
					    assert_eq!(parsed_response["indexUid"], "test");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user