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
The unit tests that we run today run the HTTP server of the aggregator are missing verification of the status code. The only thing that is verified is the overall validity of the response against the Open API specification.
What
The tests of the HTTP server of the aggregator should verify that the returned status code is the one that is expected.
How
Make the APISpec tool support status code enforcement
Adapt all existing HTTP tests in the aggregator
The text was updated successfully, but these errors were encountered:
Why
The unit tests that we run today run the HTTP server of the aggregator are missing verification of the status code. The only thing that is verified is the overall validity of the response against the Open API specification.
What
The tests of the HTTP server of the aggregator should verify that the returned status code is the one that is expected.
How
APISpec
tool support status code enforcementThe text was updated successfully, but these errors were encountered: