as you can see the only difference is when i send ...
# pact-jvm
m
as you can see the only difference is when i send type = 400Type to API, it should give me 400 bad request response, but when generating contract it matches the first interaction
u
.stringType("type", "someType")
in the first request will match any string, including
"400Type"
, so it will always return that response.