-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Even after using @IgnoreMissingStateChange we are seeing few Assertion issues on missing states #1838
Comments
Please provide debug level logs so we can try help you with this. |
|
This is working at times but for few it doesnt work rather throws an assertion error on status code, not sure if am missing something. Using the latest version of pact provider itself |
This is not a missing state error, it means your provider returned a different status than was expected in the Pact. |
404 normally means your provider does not know about the request path. |
But the state isn't available, why it isn't getting ignored from context.verifyInteraction |
|
At times we are noticing that eventhough we use @IgnoreMissingStateChange on the class level we are noticing few assertion errors on missing states.
The text was updated successfully, but these errors were encountered: