haraldfuchs

Results 5 comments of haraldfuchs

When you try to fix that, you'll notice that `TestUnshareOrgPrivateDomain` and `TestCreateServiceKey` start to fail. These tests did't fail previously **because** of the bug - the tests themselves are wrong.

There's a serious bug in almost all files - here's an example: > res, err := c.DoRequest(r) > if err != nil { > return ServiceInstance{}, err > } >...

[done](https://github.com/cloudfoundry-community/go-cfclient/issues/315)

Thanks for the nice work!  Two minor typos in `service_plan.go`: ``` ServicePlanGUIDs     Filter `filter:"service_offering_guids,omitempty"` ServicePlanNames     Filter `filter:"service_offering_names,omitempty"` ``` Shouldn't that be `ServiceOfferingGUIDs` and `ServiceOfferingNames`? On 11/8/22 23:43, Shawn Neal wrote:...

Glad to have been be helpful.  Besides the two typos, everything I need seems to work fine - except for two things: 1. How to reference the V3 stuff in...