mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	fix a flaky test
This commit is contained in:
		@@ -240,6 +240,8 @@ async fn search_bad_filter() {
 | 
			
		||||
    // Also, to trigger the error message we need to effectively create the index or else it'll throw an
 | 
			
		||||
    // index does not exists error.
 | 
			
		||||
    let (_, code) = index.create(None).await;
 | 
			
		||||
    server.wait_task(0).await;
 | 
			
		||||
 | 
			
		||||
    snapshot!(code, @"202 Accepted");
 | 
			
		||||
 | 
			
		||||
    let (response, code) = index.search_post(json!({ "filter": true })).await;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user