mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
test all the error messages
This commit is contained in:
parent
8af8aa5a33
commit
c12a1cd956
2 changed files with 129 additions and 1 deletions
|
@ -247,11 +247,14 @@ async fn delete_document_by_filter() {
|
|||
{
|
||||
"id": 0,
|
||||
"color": "red"
|
||||
},
|
||||
{
|
||||
"id": 3
|
||||
}
|
||||
],
|
||||
"offset": 0,
|
||||
"limit": 20,
|
||||
"total": 1
|
||||
"total": 2
|
||||
}
|
||||
"###);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue