Skip to content

Commit

Permalink
Merge pull request #463 from cloudfoundry/fix_catalog_schema_result
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta11 committed Mar 22, 2021
2 parents d747664 + f1452c8 commit 5fb2cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/service_broker_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ var _ = ServicesDescribe("Service Broker Lifecycle", func() {
Expect(err).To(BeNil())

var emptySchemas PlanSchemas
emptySchemas.ServiceInstance.Create.Parameters = map[string]interface{}{}
emptySchemas.ServiceInstance.Update.Parameters = map[string]interface{}{}
emptySchemas.ServiceBinding.Create.Parameters = map[string]interface{}{}

Expect(plansResponse.Resources[0].Schemas).To(Equal(emptySchemas))

// Changing the catalog on the broker
Expand Down

0 comments on commit 5fb2cf7

Please sign in to comment.