Skip to content

Commit e88a03a

Browse files
fix stand
Signed-off-by: yiraeChristineKim <[email protected]>
1 parent 35157d7 commit e88a03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/case43_standalone_hub_templates_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ var _ = Describe("When standalone-hub-templates is enabled", Ordered, Label("hub
329329
KubectlHub("apply", "-f", hubConfigmapYAML)
330330

331331
By("Checking the compliance message")
332-
desiredMessage := `NonCompliant; the operator namespace \('hello'\) does not exist,`
332+
desiredMessage := `NonCompliant; the operator namespace \('hello'\) does not exist`
333333
Eventually(func() []string {
334334
return utils.GetHistoryMessages(clientManagedDynamic, gvrOperatorPolicy,
335335
policyName, testNamespace, "")

0 commit comments

Comments
 (0)