mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test(core): Fix license mock in worker test (#10824)
This commit is contained in:
@@ -23,7 +23,7 @@ mockInstance(LoadNodesAndCredentials);
|
|||||||
const binaryDataService = mockInstance(BinaryDataService);
|
const binaryDataService = mockInstance(BinaryDataService);
|
||||||
const externalHooks = mockInstance(ExternalHooks);
|
const externalHooks = mockInstance(ExternalHooks);
|
||||||
const externalSecretsManager = mockInstance(ExternalSecretsManager);
|
const externalSecretsManager = mockInstance(ExternalSecretsManager);
|
||||||
const license = mockInstance(License);
|
const license = mockInstance(License, { loadCertStr: async () => '' });
|
||||||
const messageEventBus = mockInstance(MessageEventBus);
|
const messageEventBus = mockInstance(MessageEventBus);
|
||||||
const logStreamingEventRelay = mockInstance(LogStreamingEventRelay);
|
const logStreamingEventRelay = mockInstance(LogStreamingEventRelay);
|
||||||
const orchestrationHandlerWorkerService = mockInstance(OrchestrationHandlerWorkerService);
|
const orchestrationHandlerWorkerService = mockInstance(OrchestrationHandlerWorkerService);
|
||||||
|
|||||||
Reference in New Issue
Block a user