You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.