Skip to content

Commit

Permalink
OCM-11156 | test: fix id:60275
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashKanni committed Sep 16, 2024
1 parent 99f7539 commit 09eadf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/test_rosacli_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ var _ = Describe("Edit cluster",

if isSTS && !isHostedCP {
Expect(editErr).ToNot(BeNil())
Expect(textData).Should(ContainSubstring("Failed to update cluster: Cannot update listening " +
"mode of cluster's API on an AWS STS cluster"))
Expect(textData).Should(ContainSubstring("Failed to update cluster"))

Expect(CD.Private).To(Equal("Yes"))
} else {
Expand Down

0 comments on commit 09eadf8

Please sign in to comment.