Skip to content

Commit b162436

Browse files
author
lindomar.reitz
committed
Fix reference match the product price.
1 parent 6f1ebe5 commit b162436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testcases/request/body/matches with floats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"expected": {
55
"headers": {"Content-Type": "application/json"},
66
"matchingRules": {
7-
"$.body.alligator.feet": {"match": "regex", "regex": "\\d(\\.\\d{1,2})"}
7+
"$.body.product.price": {"match": "regex", "regex": "\\d(\\.\\d{1,2})"}
88
},
99
"body": [
1010
{

testcases/response/body/matches with floats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"expected": {
55
"headers": {"Content-Type": "application/json"},
66
"matchingRules": {
7-
"$.body.alligator.feet": {"match": "regex", "regex": "\\d(\\.\\d{1,2})"}
7+
"$.body.product.price": {"match": "regex", "regex": "\\d(\\.\\d{1,2})"}
88
},
99
"body": [
1010
{

0 commit comments

Comments
 (0)