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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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' }],
}),
);