Skip to content

Commit

Permalink
update response
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 22, 2025
1 parent adab7cd commit ed5a0b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mockserver/initializerJson.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
},
"httpResponse": {
"statusCode": 200,
"body": "foobar"
"body": {
"type": "BINARY",
"base64Bytes": "Zm9vYmFy"
}
}
},
{
Expand Down

0 comments on commit ed5a0b8

Please sign in to comment.