Skip to content

Instantly share code, notes, and snippets.

@RickSlot
Created May 22, 2018 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickSlot/3b993f1ee1b51fd37be2cdaffe58c3f3 to your computer and use it in GitHub Desktop.
Save RickSlot/3b993f1ee1b51fd37be2cdaffe58c3f3 to your computer and use it in GitHub Desktop.
Wiremock request matching with json body
...
"response": {
"status": 200,
"bodyFileName": "firstResponse.json",
"headers": {
"Content-Type": "application/json"
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment