-
Notifications
You must be signed in to change notification settings - Fork 40
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
Order of validation checks in OSB API #30
Comments
+1 spec does not mandate an order |
@duglin Thanks for your input. Would helpful if the fix is incorporated to the tool ASAP, as we have already made our service broker OSB API compliant. Want to use/rely on this tool for our API check. |
Hi @subhankarc , from my perspective, there could be other errors rather than missing |
@zhongyi-zhang @norshtein Is there something we can do to fix this gap? |
In case of async parameter check, this code sends an empty body and it does not send the accept_incomplete parameter in query.
Service Fabrik broker which checks for the mandatory parameters first, will send a Bad Request for the same and hence the test fails as the test expects Unprocessable Entity(422) error.
Is there a defined order of checks the broker has to do? If not, then the test should be enhanced.
The text was updated successfully, but these errors were encountered: