-
Notifications
You must be signed in to change notification settings - Fork 35
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
Unexpected additional properties analysis #206
Comments
Thanks @IvanStawski, what validation error does our plugin currently give when the response object contains additional properties to those described in the OpenAPI response schema? Have you definitely specified
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#schema-object |
|
Ah thanks @IvanStawski, sorry, I understand now that you'd like the assertion message from a definition using If you'd like to help resolve this, please recreate an example using the bugRecreationTemplate. (I assume you'd like |
Please clarify: How should I provide an example? Should I make a PR or something else? |
Yea please fork this repo and make a branch recreating this scenario in the bugRecreation template (i.e. write a test where we fail to output the assertion error you'd like). Link it here, then someone (or yourself if you want) can make the test pass. I'm happy to guide them on how to implement the change to our code. Thanks! |
To Simplify test analisys with
Does it make sense?
The text was updated successfully, but these errors were encountered: