Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisiaM committed Jun 17, 2024
1 parent 4fe2ab0 commit fc4cf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/pubsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var _ = Describe("PubSub", Label("pubsub"), func() {
service := testframework.FindService(catalog, pubsubServiceName)
Expect(service.ID).To(Equal(pubsubServiceID))
Expect(service.Description).To(Equal(pubsubServiceDescription))
Expect(service.Tags).To(ConsistOf("gcp", "pubsub", "google-pubsub", "beta"))
Expect(service.Tags).To(ConsistOf("gcp", "pubsub", "google-pubsub"))
Expect(service.Metadata.ImageUrl).To(ContainSubstring("data:image/png;base64,"))
Expect(service.Metadata.DisplayName).To(Equal(pubsubServiceDisplayName))
Expect(service.Metadata.DocumentationUrl).To(Equal(cloudServiceBrokerDocumentationURL))
Expand Down

0 comments on commit fc4cf96

Please sign in to comment.