Skip to content

Commit 1c16b33

Browse files
committed
fix test
1 parent 8e1f499 commit 1c16b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/unit/yaml-schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ describe('Yaml Schema Testing', () => {
544544
accessPolicy:
545545
- role: admin
546546
conditions:
547-
- if: "{ !security_context.isBlocked }"
547+
- if: "{ security_context.isNotBlocked }"
548548
rowLevel:
549549
filters:
550550
- member: status

0 commit comments

Comments
 (0)