test all the error messages

This commit is contained in:
Tamo 2023-04-11 19:51:17 +02:00 committed by Louis Dureuil
parent 8af8aa5a33
commit c12a1cd956
No known key found for this signature in database
2 changed files with 129 additions and 1 deletions

View file

@ -247,11 +247,14 @@ async fn delete_document_by_filter() {
{
"id": 0,
"color": "red"
},
{
"id": 3
}
],
"offset": 0,
"limit": 20,
"total": 1
"total": 2
}
"###);
}