mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
refactor errors / isolate core/http errors
This commit is contained in:
parent
e2db197b3f
commit
d69180ec67
29 changed files with 585 additions and 480 deletions
|
@ -21,6 +21,7 @@ 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