Skip to content

Commit 03790cd

Browse files
committed
fix: do not escape expected
1 parent adfcbd3 commit 03790cd

File tree

2 files changed

+364
-304
lines changed

2 files changed

+364
-304
lines changed

tests/CTS/requests/search/searchSingleIndex.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"path": "/1/indexes/indexName/query",
264264
"method": "POST",
265265
"body": {
266-
"filters": "author:\\\"Stephen King\\\""
266+
"filters": "author:\"Stephen King\""
267267
}
268268
}
269269
},
@@ -346,7 +346,7 @@
346346
"path": "/1/indexes/indexName/query",
347347
"method": "POST",
348348
"body": {
349-
"filters": "(author:\\\"Stephen King\\\" OR genre:\\\"Horror\\\")",
349+
"filters": "(author:\"Stephen King\" OR genre:\"Horror\")",
350350
"facetFilters": [
351351
"publisher:Penguin"
352352
]

0 commit comments

Comments
 (0)