Skip to content

Commit f4b8151

Browse files
committed
fix: deprecated options
1 parent 0292b65 commit f4b8151

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/CTS/requests/search/saveRules.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@
228228
"rules": [
229229
{
230230
"objectID": "toaster",
231-
"condition": {
231+
"conditions": [{
232232
"pattern": "toaster",
233233
"anchoring": "contains"
234-
},
234+
}],
235235
"consequence": {
236236
"params": {
237237
"query": {
@@ -243,10 +243,10 @@
243243
},
244244
{
245245
"objectID": "cheap",
246-
"condition": {
246+
"conditions": [{
247247
"pattern": "cheap",
248248
"anchoring": "contains"
249-
},
249+
}],
250250
"consequence": {
251251
"params": {
252252
"query": {
@@ -264,10 +264,10 @@
264264
"body": [
265265
{
266266
"objectID": "toaster",
267-
"condition": {
267+
"conditions": [{
268268
"pattern": "toaster",
269269
"anchoring": "contains"
270-
},
270+
}],
271271
"consequence": {
272272
"params": {
273273
"query": {
@@ -279,10 +279,10 @@
279279
},
280280
{
281281
"objectID": "cheap",
282-
"condition": {
282+
"conditions": [{
283283
"pattern": "cheap",
284284
"anchoring": "contains"
285-
},
285+
}],
286286
"consequence": {
287287
"params": {
288288
"query": {

0 commit comments

Comments
 (0)