refactor(core): Split out subworkflow policy check from permission checker (no-changelog) (#10168)

This commit is contained in:
Iván Ovejero
2024-07-24 12:51:01 +02:00
committed by GitHub
parent 7848c19f54
commit f1a3791abc
7 changed files with 284 additions and 289 deletions

View File

@@ -57,8 +57,9 @@ describe('WorkflowExecutionService', () => {
mock(),
mock(),
mock(),
mock(),
workflowRunner,
mock(),
mock(),
);
describe('runWorkflow()', () => {