-
Notifications
You must be signed in to change notification settings - Fork 47
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
Use single quotes for pact term creation error message to avoid \" in message #46
Comments
Seeing a similar issue by any chance do you know what we are doing wrong
|
The thing it's being asked to generate is a hash. You can't match a hash against a regular expression. |
There's no change that I can think of immediately that would have affected that. Please create a reproducible example using https://github.com/pact-foundation/pact-ruby-e2e-example |
Btw, 1.32.0 is VERY old! It's from 2018-07-25. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Value to generate \"/api/check-bsb/999-999\" does not match regular expression /\\/api\\/check-bsb\\/d{3}-d{3}/"
The " doesn't look good.
The text was updated successfully, but these errors were encountered: