mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
This commit is contained in:
@@ -4,9 +4,6 @@ import {
|
||||
CredentialsEntity,
|
||||
type Folder,
|
||||
FolderRepository,
|
||||
GLOBAL_ADMIN_ROLE,
|
||||
GLOBAL_MEMBER_ROLE,
|
||||
GLOBAL_OWNER_ROLE,
|
||||
Project,
|
||||
type TagEntity,
|
||||
TagRepository,
|
||||
@@ -220,10 +217,10 @@ describe('SourceControlService', () => {
|
||||
*/
|
||||
|
||||
[globalAdmin, globalOwner, globalMember, projectAdmin] = await Promise.all([
|
||||
await createUser({ role: GLOBAL_ADMIN_ROLE }),
|
||||
await createUser({ role: GLOBAL_OWNER_ROLE }),
|
||||
await createUser({ role: GLOBAL_MEMBER_ROLE }),
|
||||
await createUser({ role: GLOBAL_MEMBER_ROLE }),
|
||||
await createUser({ role: 'global:admin' }),
|
||||
await createUser({ role: 'global:owner' }),
|
||||
await createUser({ role: 'global:member' }),
|
||||
await createUser({ role: 'global:member' }),
|
||||
]);
|
||||
|
||||
[projectA, projectB] = await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user