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
The request body is missing in generated pact file for requests that include matching on request body.
More specifically, I am using the JsonPartialMatcher.
Expected behavior:
The generated pact file includes the expectations of the request body as specified by the matchers used in the wiremock scenario.
Describe the bug
The request body is missing in generated pact file for requests that include matching on request body.
More specifically, I am using the JsonPartialMatcher.
Expected behavior:
The generated pact file includes the expectations of the request body as specified by the matchers used in the wiremock scenario.
Test to reproduce
I'm not sure what the expected pact should look like, but I imagine request body should be included in some way.
The actual pact file is:
Other related info
WIremock version - 1.5.3-ci-16331 (from #784).
The text was updated successfully, but these errors were encountered: