Skip to content

Commit

Permalink
tests: fix padding of rego policy
Browse files Browse the repository at this point in the history
the policy engine is very picky about the padding of
the policy.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed Jan 11, 2024
1 parent d4453cc commit 1a1ff1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kbs/test/data/policy_2.rego
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@

package policy
default allow = true

default allow = true

0 comments on commit 1a1ff1a

Please sign in to comment.