Skip to content

Commit 84f0eee

Browse files
authored
fix: update acl tests (#2324)
1 parent a2e9cce commit 84f0eee

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

tests/suites/tenant/summary/objectSummary.test.ts

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -178,23 +178,8 @@ test.describe('Object Summary', async () => {
178178
// Check Effective Access Rights
179179
const effectiveRights = await objectSummary.getEffectiveAccessRights();
180180
expect(effectiveRights).toEqual([
181-
{group: 'USERS', permissions: ['ConnectDatabase']},
182-
{group: 'METADATA-READERS', permissions: ['List']},
183-
{group: 'DATA-READERS', permissions: ['SelectRow']},
184-
{group: 'DATA-WRITERS', permissions: ['UpdateRow', 'EraseRow']},
185-
{
186-
group: 'DDL-ADMINS',
187-
permissions: [
188-
'WriteAttributes',
189-
'CreateDirectory',
190-
'CreateTable',
191-
'CreateQueue',
192-
'RemoveSchema',
193-
'AlterSchema',
194-
],
195-
},
196-
{group: 'ACCESS-ADMINS', permissions: ['GrantAccessRights']},
197-
{group: 'DATABASE-ADMINS', permissions: ['Manage']},
181+
{group: 'Access', permissions: ['Manage']},
182+
{group: 'Inheritance type', permissions: ['Inherit']},
198183
]);
199184
});
200185

0 commit comments

Comments
 (0)