Skip to content

Commit 34c6d1e

Browse files
Al NiessnerAl Niessner
authored andcommitted
fixup last test failure
1 parent e033e54 commit 34c6d1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/postman/postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3801,7 +3801,7 @@
38013801
"method": "GET",
38023802
"header": [],
38033803
"url": {
3804-
"raw": "{{baseUrl}}/products?q=not (exists \".*illogical_identifier\")",
3804+
"raw": "{{baseUrl}}/products?q=not (exists .*illogical_identifier)",
38053805
"host": [
38063806
"{{baseUrl}}"
38073807
],
@@ -3811,7 +3811,7 @@
38113811
"query": [
38123812
{
38133813
"key": "q",
3814-
"value": "not (exists \".*illogical_identifier\")"
3814+
"value": "not (exists .*illogical_identifier)"
38153815
}
38163816
]
38173817
}

0 commit comments

Comments
 (0)