Skip to content

Commit 2980e07

Browse files
committed
test(json-api-server-e2e): remove commented legacy ACL test cases
1 parent 1e92696 commit 2980e07

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

apps/json-api-server-e2e/src/json-api/utils/acl/data-test/get-acl-check.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ export const CheckFieldAndInclude: Permissions = {
1515
can('patchRelationship', 'UsersAcl', ['posts', 'aclComments']);
1616
},
1717
user({ can, cannot }) {
18-
19-
// can('getAll', 'UserProfileAcl', {
20-
// 'lastName': 'test',
21-
// });
22-
// cannot('getAll', 'UserProfileAcl', {
23-
// 'lastName': 'test2',
24-
// 'avatar': {
25-
// $ne: null
26-
// }
27-
// });
28-
// cannot('getAll', 'UserProfileAcl', {
29-
// 'user.id': {
30-
// $eq: '${currentUser.id}'
31-
// },
32-
// });
3318
can(
3419
'getAll',
3520
'UserProfileAcl',

0 commit comments

Comments
 (0)