mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-27 13:39:44 -08:00
test: Fix Test Runner failing test (no-changelog) (#12260)
This commit is contained in:
parent
dc4261ae7e
commit
9d50dade3d
|
@ -347,6 +347,7 @@ describe('TestRunnerService', () => {
|
|||
mock<TestDefinition>({
|
||||
workflowId: 'workflow-under-test-id',
|
||||
evaluationWorkflowId: 'evaluation-workflow-id',
|
||||
mockedNodes: [{ name: 'When clicking ‘Test workflow’' }],
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue