Skip to content

Commit

Permalink
fix form response
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 22, 2025
1 parent 05263e4 commit 99f8cad
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mockserver/initializerJson.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,7 @@
},
"httpResponse": {
"statusCode": 200,
"body": {
"type": "PARAMETERS",
"parameters": {
"foo": [
"bar"
]
}
}
"body": "foo=bar"
}
},
{
Expand Down

0 comments on commit 99f8cad

Please sign in to comment.