This message was deleted.
# help
s
This message was deleted.
t
WireMock will only serve a response from an exactly matched stub. It won’t match the closest only tell you which one that is in the diff report.
v
i was refering to Request was not matched ======================= ----------------------------------------------------------------------------------------------------------------------- | Closest stub | Request | ----------------------------------------------------------------------------------------------------------------------- | retail-esl-liteship_liteship_getvirtualbasketshipcosts | so the above is from diff report
t
You see this report when WireMock can’t continue any further because it has run out of stubs to attempt to match against. If you don’t want to see this message you can add a low-priority stub that matches all methods and URLs with your own 404 message, then this will always be matched.
588 Views