-
Notifications
You must be signed in to change notification settings - Fork 46
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
Incorrect header matching rules key in v2 pact files #449
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
This has been around for a very long time. It was fixed in Pact-JVM in 2019 pact-foundation/pact-jvm#882 |
This is resolved in the now released 0.4.23 version of libpact_ffi The following pact, was generated from https://github.com/pact-foundation/pact-workshop-go, with an update to pact-go v2.0.8, which contains libpact_ffi 0.4.23
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample (modified) but discovered by the V2 specs from the terraform client
The field should be
$.headers.<key>
not$.header.<key>
as per https://github.com/pact-foundation/pact-specification/blob/version-2/testcases/response/headers/matches%20with%20regex.json#L10.The text was updated successfully, but these errors were encountered: