Skip to content

Commit

Permalink
review comment: fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Mar 21, 2023
1 parent a132097 commit 0e8d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/dynamodb_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var _ = Describe("DynamoDB Table", Label("DynamoDB Table"), func() {
Expect(mockTerraform.Reset()).To(Succeed())
})

It("should publish AWS dynamodb in the catalog", func() {
It("should publish the service in the catalog", func() {
catalog, err := broker.Catalog()
Expect(err).NotTo(HaveOccurred())

Expand Down

0 comments on commit 0e8d4c5

Please sign in to comment.