diff --git a/runtime/compilers/rillv1/parser_test.go b/runtime/compilers/rillv1/parser_test.go index 6aade24ecd7..a1278f7a2bb 100644 --- a/runtime/compilers/rillv1/parser_test.go +++ b/runtime/compilers/rillv1/parser_test.go @@ -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] `,