0

If I accidentally make a typo in stub definition JSON and transformer name doesn't match I still get a 200 response. It's unexpected and is a problem. Is there any way to make Wiremock to fail or at least log that transformer was not found?

I'm using wiremock-standalone version 2.35.0.

Aleksandr Kravets
  • 5,750
  • 7
  • 53
  • 72

1 Answers1

2

There's currently no way to make WireMock return or log an error in this case.

You could submit a PR / raise an issue here: https://github.com/wiremock/wiremock

Robert Elliot
  • 1,372
  • 13
  • 20