This message was deleted.
# wiremock-java
s
This message was deleted.
a
Hm, I just removed all stubs but the one I expect to work, and it does not match, i.e., I get 404 from WireMock 😲
Ooooh, could it be when I am using
urlPattern
that it ignores
queryParameters
? 😮
D'oh, yeah, seems like I need to use
urlPathPattern
in that case. It's even documented, I just didn't read it careful enough...