pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

Test that requests are correctly deserialized into client types #18

Closed pmorie closed 6 years ago

pmorie commented 6 years ago

Improves tests for deprovision and provision by adding a check that the request sent to the client is deep equal to the one received.

jmrodri commented 6 years ago

LGTM - tests pass, lint, vet, etc all look good.