Skip to content

Commit

Permalink
Merge pull request #1414 from cloudfoundry/fix_v3_list_service_instances
Browse files Browse the repository at this point in the history
Fix v3 list service instances test
  • Loading branch information
jochenehret authored Jan 9, 2025
2 parents 2445bf0 + 82cdbc4 commit 4e0fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/service_instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ var _ = V3Describe("service instances", func() {
err := json.Unmarshal(listService.Out.Contents(), &res)
Expect(err).To(BeNil())

Expect(res.Resources).To(ConsistOf(expectedResources))
Expect(res.Resources).To(ContainElements(expectedResources))
})
})

0 comments on commit 4e0fdd5

Please sign in to comment.