JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Currently, all that shows is the status code of 400. For the user to be able to fix the error, they need to see the error message that is in the response body.
Please see https://github.com/pact-foundation/pact-jvm/pull/1477#issuecomment-967787610 for reference.
Currently, all that shows is the status code of 400. For the user to be able to fix the error, they need to see the error message that is in the response body.