You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works a charm with version 1.5.18 (WireMock returns the 201), but not anymore after upgrading to 1.5.19 (WireMock returns a 404, so there's probably a matching issue). What am I missing here?
The text was updated successfully, but these errors were encountered:
So, I've got a test in my RestAssured.Net repo that breaks after upgrading to WireMock .Net 1.5.19, but I don't understand why.
This is what the request that's made looks like:
and this is my stub definition:
Works a charm with version 1.5.18 (WireMock returns the 201), but not anymore after upgrading to 1.5.19 (WireMock returns a 404, so there's probably a matching issue). What am I missing here?
The text was updated successfully, but these errors were encountered: