feat: Add support for private files to file module (#8169)

This commit is contained in:
Stevche Radevski
2024-07-18 09:46:10 +02:00
committed by GitHub
parent 76173afdfc
commit c58a35f0c0
11 changed files with 98 additions and 63 deletions

View File

@@ -74,12 +74,11 @@ describe("Workflow Orchestrator module", function () {
},
})
await onApplicationStart()
query = remoteQuery
sharedContainer_ = sharedContainer!
await runMigrations()
await onApplicationStart()
workflowOrcModule = modules.workflows as unknown as IWorkflowEngineService
})
@@ -391,7 +390,7 @@ describe("Workflow Orchestrator module", function () {
asFunction(() => "test")
)
const spy = await createScheduled("remove-scheduled", {
const spy = await createScheduled("shared-container-job", {
cron: "* * * * * *",
})
await setTimeout(1100)