feat(core): Allow admin creation (#7837)

https://linear.app/n8n/issue/PAY-1038
This commit is contained in:
Iván Ovejero
2023-11-29 13:55:41 +01:00
committed by GitHub
parent 5ba5ed8e3c
commit 476806ebb0
9 changed files with 318 additions and 136 deletions

View File

@@ -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;