Skip to content

Commit 45bdcbe

Browse files
committed
Fixup: tests
1 parent f7f7688 commit 45bdcbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/CTS/methods/requests/search/deleteBy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
{
33
"parameters": {
44
"indexName": "theIndexName",
5-
"searchParams": {
6-
"query": "testQuery"
5+
"deleteByParams": {
6+
"filters": "brand:brandName"
77
}
88
},
99
"request": {
1010
"path": "/1/indexes/theIndexName/deleteByQuery",
1111
"method": "POST",
1212
"body": {
13-
"query": "testQuery"
13+
"filters": "brand:brandName"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)