mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
requested changes
This commit is contained in:
@ -21,7 +21,6 @@ async fn delete_batch() {
|
||||
server.populate_movies().await;
|
||||
|
||||
let (_response, status_code) = server.get_document(419704).await;
|
||||
println!("{:?}", _response);
|
||||
assert_eq!(status_code, 200);
|
||||
|
||||
let body = serde_json::json!([419704, 512200, 181812]);
|
||||
|
Reference in New Issue
Block a user