mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	fix bad rebase
This commit is contained in:
		| @@ -190,7 +190,8 @@ async fn error_add_malformed_csv_documents() { | ||||
|     let app = test::init_service(create_app!( | ||||
|         &server.service.meilisearch, | ||||
|         true, | ||||
|         &server.service.options | ||||
|         &server.service.options, | ||||
|         analytics::MockAnalytics::new(&server.service.options).0 | ||||
|     )) | ||||
|     .await; | ||||
|     // post | ||||
| @@ -250,7 +251,8 @@ async fn error_add_malformed_json_documents() { | ||||
|     let app = test::init_service(create_app!( | ||||
|         &server.service.meilisearch, | ||||
|         true, | ||||
|         &server.service.options | ||||
|         &server.service.options, | ||||
|         analytics::MockAnalytics::new(&server.service.options).0 | ||||
|     )) | ||||
|     .await; | ||||
|     // post | ||||
| @@ -310,7 +312,8 @@ async fn error_add_malformed_ndjson_documents() { | ||||
|     let app = test::init_service(create_app!( | ||||
|         &server.service.meilisearch, | ||||
|         true, | ||||
|         &server.service.options | ||||
|         &server.service.options, | ||||
|         analytics::MockAnalytics::new(&server.service.options).0 | ||||
|     )) | ||||
|     .await; | ||||
|     // post | ||||
| @@ -370,7 +373,8 @@ async fn error_add_missing_payload_csv_documents() { | ||||
|     let app = test::init_service(create_app!( | ||||
|         &server.service.meilisearch, | ||||
|         true, | ||||
|         &server.service.options | ||||
|         &server.service.options, | ||||
|         analytics::MockAnalytics::new(&server.service.options).0 | ||||
|     )) | ||||
|     .await; | ||||
|     // post | ||||
| @@ -420,7 +424,8 @@ async fn error_add_missing_payload_json_documents() { | ||||
|     let app = test::init_service(create_app!( | ||||
|         &server.service.meilisearch, | ||||
|         true, | ||||
|         &server.service.options | ||||
|         &server.service.options, | ||||
|         analytics::MockAnalytics::new(&server.service.options).0 | ||||
|     )) | ||||
|     .await; | ||||
|     // post | ||||
| @@ -470,7 +475,8 @@ async fn error_add_missing_payload_ndjson_documents() { | ||||
|     let app = test::init_service(create_app!( | ||||
|         &server.service.meilisearch, | ||||
|         true, | ||||
|         &server.service.options | ||||
|         &server.service.options, | ||||
|         analytics::MockAnalytics::new(&server.service.options).0 | ||||
|     )) | ||||
|     .await; | ||||
|     // post | ||||
|   | ||||
		Reference in New Issue
	
	Block a user