-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Matchers in request body #23
Comments
Hi, |
Hi @bartschotten - Thanks for the response. I did look at the test project but its not sending the request body as matchers. Below is the sample code that is not working for me. `[Fact]
I am always getting 500 Error with the following message as response content. In the expected response the body is always coming as empty. |
Oh now I see. Matching rules on requests are not supported. As I see it they are not an essential part of Pact. https://github.com/bartschotten/com-pact#whats-not-supported |
Hello
I am trying to implement the API Consumer using matchers in the POST request body but the mock server is always responding with 500 (body is always comes as empty in the expected response) . Can anyone please guide me how can I implement the api consumer and provider using the Matchers in the request and response body ?
Thanks
The text was updated successfully, but these errors were encountered: