mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
chore(http): unify the pagination of the index and documents route behind a common type
This commit is contained in:
parent
d6dd234914
commit
12b5eabd5d
4 changed files with 100 additions and 35 deletions
|
@ -827,7 +827,7 @@ async fn add_larger_dataset() {
|
|||
..Default::default()
|
||||
})
|
||||
.await;
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(code, 200, "failed with `{}`", response);
|
||||
assert_eq!(response["results"].as_array().unwrap().len(), 77);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue