Skip to content

Commit 08f60c2

Browse files
committed
fixing test
1 parent 31b21d3 commit 08f60c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/templates/kuttl/opa/12-rego-rules.txt.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
hbase.rego: |
1010
package hbase
1111

12-
default allow if := false
12+
default allow := false
1313
default matches_identity(identity) := false
1414

1515
# table is null if the request is for namespace permissions, but as parameters cannot be

0 commit comments

Comments
 (0)