mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Allow admin creation (#7837)
https://linear.app/n8n/issue/PAY-1038
This commit is contained in:
@@ -250,6 +250,7 @@ export const setupTestServer = ({
|
||||
Container.get(ActiveWorkflowRunner),
|
||||
Container.get(RS),
|
||||
Container.get(US),
|
||||
Container.get(License),
|
||||
),
|
||||
);
|
||||
break;
|
||||
@@ -268,6 +269,7 @@ export const setupTestServer = ({
|
||||
Container.get(InternalHooks),
|
||||
Container.get(EHS),
|
||||
Container.get(USE),
|
||||
Container.get(License),
|
||||
),
|
||||
);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user