Skip to content

Commit e3ead21

Browse files
committed
test: fix typo in step desc
Signed-off-by: Janelle Law <[email protected]>
1 parent c5027b4 commit e3ead21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/case38_install_operator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ var _ = Describe("Testing OperatorPolicy", Label("supports-hosted"), func() {
14741474
)
14751475
})
14761476
It("Should become NonCompliant when ComplianceConfig is modified to NonCompliant", func() {
1477-
By("Patching the policy ComplianceConfig to Compliant")
1477+
By("Patching the policy ComplianceConfig to NonCompliant")
14781478
utils.Kubectl("patch", "operatorpolicy", opPolName, "-n", testNamespace, "--type=json", "-p",
14791479
`[{"op": "replace", "path": "/spec/complianceConfig/upgradesAvailable", "value": "NonCompliant"}]`)
14801480

0 commit comments

Comments
 (0)