Skip to content

Commit

Permalink
Correct invalid query values #52
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Feb 10, 2018
1 parent afc56ce commit 4b0dab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testcases/request/body/matches with integers.json
Expand Up @@ -4,7 +4,7 @@
"expected" : {
"method": "POST",
"path": "/",
"query": "",
"query": {},
"headers": {"Content-Type": "application/json"},
"matchingRules": {
"body": {
Expand All @@ -29,7 +29,7 @@
"actual": {
"method": "POST",
"path": "/",
"query": "",
"query": {},
"headers": {"Content-Type": "application/json"},
"body": {
"alligator":{
Expand Down
4 changes: 2 additions & 2 deletions testcases/response/body/matches with integers.json
Expand Up @@ -4,7 +4,7 @@
"expected" : {
"method": "POST",
"path": "/",
"query": "",
"query": {},
"headers": {"Content-Type": "application/json"},
"matchingRules": {
"body": {
Expand All @@ -29,7 +29,7 @@
"actual": {
"method": "POST",
"path": "/",
"query": "",
"query": {},
"headers": {"Content-Type": "application/json"},
"body": {
"alligator":{
Expand Down

0 comments on commit 4b0dab3

Please sign in to comment.