Skip to content

Commit 35c94ff

Browse files
Vincent056k8s-ci-robot
authored andcommitted
Fix e2e errors
Fix a yaml formating issue
1 parent 7632e0b commit 35c94ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_flaky_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (e *e2e) TestSecurityProfilesOperator_Flaky() {
6767
// fix the issue with the certs.
6868
e.Run("cluster-wide: Seccomp: Verify profile binding", func() {
6969
e.testCaseSeccompProfileBinding(nodes, "quay.io/security-profiles-operator/test-hello-world:latest")
70-
e.testCaseSeccompProfileBinding(nodes, "*")
70+
e.testCaseSeccompProfileBinding(nodes, "'*'")
7171
})
7272

7373
e.Run("cluster-wide: Seccomp: Verify profile recording logs", func() {

0 commit comments

Comments
 (0)