evoila / osb-checker-kotlin

This application is a generalized test program for service brokers. It runs rest calls against the defined service broker and checks if it behaves as expected to the service broker API specification. Tests are created dynamically based upon the service broker catalog or custom input by the operator.
https://www.evoila.de
Apache License 2.0
5 stars 6 forks source link

DELETE request on service binding with missing service_id expects 410 instead of 400 #35

Open sniperfuchs opened 4 years ago

sniperfuchs commented 4 years ago

As the title says, according to the API specification of the OSB, a DELETE request on a binding with a missing parameter expects a 400 code. Your checker expects 410, however, at least according to the error message it produces.