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

OSB Checker explicitly sets parameters to `null` #2

Closed jhiemer closed 5 years ago

jhiemer commented 5 years ago

When OSB checker is executing a binding request it set the parameters to null. This should not be done like that:

{
    "service_id": "******",
    "plan_id": "*******",
    "app_guid": "04b8458c-8756-4c57-8a6c-481d04bd53f1",
    "parameters": null
}
joStrauss commented 5 years ago

fixed. commit: bb7f9cff9362d3d40714b78e184d54eaf742ed0c