Skip to content

Commit

Permalink
OCM-10248 | test: automated cases id:75052
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrazierRH committed Aug 8, 2024
1 parent 729870b commit d806aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_rosacli_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var _ = Describe("Edit default ingress",
"ERR: Cluster name, identifier or external identifier '' " +
"isn't valid: it must contain only letters, digits, dashes and underscore"))

By("Get default ingress id with no clusterID provided")
By("Get cluster ingress with invalid/non-existing cluster id")
out, err := rosaClient.Ingress.DescribeIngress(clusterID, "xxx")
Expect(err).To(HaveOccurred())
Expect(out.String()).Should(ContainSubstring("ERR: Failed to get ingress 'xxx' for cluster '%s'", clusterID))
Expand Down

0 comments on commit d806aa1

Please sign in to comment.