Skip to content

Instantly share code, notes, and snippets.

@patxibocos
Last active May 20, 2020 17:02
Show Gist options
  • Select an option

  • Save patxibocos/381cde7005e8102bf7373733cd7769d5 to your computer and use it in GitHub Desktop.

Select an option

Save patxibocos/381cde7005e8102bf7373733cd7769d5 to your computer and use it in GitHub Desktop.
requestOverrideRuleExample.kt
@get:Rule
RequestOverrideRule(
MockedRequest(
method = GET,
url = "/example/endpoint",
jsonBody = json {
"intProperty" to 0
"stringProperty" to "test"
}
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment