Skip to content

Commit e6da810

Browse files
authored
Fix acceptance test (#582)
1 parent c195eb2 commit e6da810

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/custom/template_Test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ spec:
2727
rego: |-
2828
package test
2929
30+
import future.keywords.if
3031
import data.lib.libraryA
3132
3233
policyID := "P123456"
3334
34-
violation[{"msg": "msg"}] {
35+
violation if {
3536
true # some comment
3637
}
3738
target: admission.k8s.gatekeeper.sh

0 commit comments

Comments
 (0)