chore(core): Bring multi-main setup in line with scaling services (#11289)

This commit is contained in:
Iván Ovejero
2024-10-17 10:47:17 +02:00
committed by GitHub
parent fbae17d8fb
commit be50a9ac44
15 changed files with 76 additions and 52 deletions

View File

@@ -38,6 +38,7 @@ describe('softDeleteOnPruningCycle()', () => {
Container.get(ExecutionRepository),
mockInstance(BinaryDataService),
mock(),
mock(),
);
workflow = await createWorkflow();