openservicebrokerapi / osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification
https://github.com/openservicebrokerapi/servicebroker/
Apache License 2.0
48 stars 40 forks source link

fix regression from large pull request merge #14

Closed Haishi2016 closed 6 years ago

Haishi2016 commented 6 years ago

sendStatus().send() cause exceptions

n3wscott commented 6 years ago

The spec says the broker MUST send an empty object. This was working on my Mac. It is perhaps a windows node issue?

This regression makes the mock broker violate the OSB spec.