Skip to content

Commit 03a1603

Browse files
committed
fix tests
1 parent 1c16b33 commit 03a1603

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/cubejs-schema-compiler/test/unit/fixtures/orders_big.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cubes:
6262
allowAll: true
6363
- role: admin
6464
conditions:
65-
- if: "{ !security_context.isBlocked }"
65+
- if: "{ security_context.isNotBlocked }"
6666
rowLevel:
6767
filters:
6868
- member: status

packages/cubejs-schema-compiler/test/unit/fixtures/orders_incorrect_acl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cubes:
6262
allowAll: true
6363
- role: admin
6464
conditions:
65-
- if: "{ !security_context.isBlocked }"
65+
- if: "{ security_context.isNotBlocked }"
6666
rowLevel:
6767
filters:
6868
- member: "{CUBE}.order_users.name"

packages/cubejs-schema-compiler/test/unit/fixtures/orders_nonexist_acl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cubes:
6262
allowAll: true
6363
- role: admin
6464
conditions:
65-
- if: "{ !security_context.isBlocked }"
65+
- if: "{ security_context.isNotBlocked }"
6666
rowLevel:
6767
filters:
6868
- member: "{CUBE}.other.path.created_at"

0 commit comments

Comments
 (0)