Skip to content

Commit

Permalink
OCM-10507 | ci: fix id:71050
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraj7 committed Aug 20, 2024
1 parent a331e74 commit d306b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/hcp_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var _ = Describe("HCP cluster testing",
//It is hiddened now
helpOutput, err, _ := clusterService.Create("", "-h")
Expect(err).To(BeNil())
Expect(helpOutput.String()).ToNot(ContainSubstring("--no-cni"))
Expect(helpOutput.String()).To(ContainSubstring("--no-cni"))

By("Get cluster description")
output, err := clusterService.DescribeCluster(clusterID)
Expand Down

0 comments on commit d306b25

Please sign in to comment.