mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
requested changes
This commit is contained in:
parent
2a32ad39a0
commit
8a2e60dc09
10 changed files with 46 additions and 114 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue