test: Fix Test Runner failing test (no-changelog) (#12260)

This commit is contained in:
Eugene
2024-12-17 14:02:28 +01:00
committed by GitHub
parent dc4261ae7e
commit 9d50dade3d

View File

@@ -347,6 +347,7 @@ describe('TestRunnerService', () => {
mock<TestDefinition>({
workflowId: 'workflow-under-test-id',
evaluationWorkflowId: 'evaluation-workflow-id',
mockedNodes: [{ name: 'When clicking Test workflow' }],
}),
);