Skip to content

Commit

Permalink
OCM-10020 | test: fix id:49137,53031
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashKanni committed Jul 31, 2024
1 parent bd7b665 commit 2ae74c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/test_rosacli_idp.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ import (
func validateIDPOutput(textData string, clusterID string, idpName string) {
Expect(textData).Should(ContainSubstring("Configuring IDP for cluster '%s'", clusterID))
Expect(textData).Should(ContainSubstring("Identity Provider '%s' has been created", idpName))
Expect(textData).Should(ContainSubstring("To log in to the console, open"))
Expect(textData).Should(ContainSubstring("and click on '%s'", idpName))

}

var _ = Describe("Edit IDP",
Expand Down

0 comments on commit 2ae74c0

Please sign in to comment.