Skip to content

Commit

Permalink
Fix wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller committed Jul 3, 2024
1 parent d0e7eb6 commit 9f59f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/compilers/rillv1/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1150,13 +1150,13 @@ security:
row_filter: true
include:
- if: "'{{ .user.domain }}' = 'example.com'"
all: true
names: '*'
- if: true
names: [a]
exclude:
- # Whoopsie empty
- if: "'{{ .user.domain }}' = 'bad.com'"
all: true
names: '*'
- if: true
names: [b]
`,
Expand Down

0 comments on commit 9f59f37

Please sign in to comment.