mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 05:59:42 -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>({
|
mock<TestDefinition>({
|
||||||
workflowId: 'workflow-under-test-id',
|
workflowId: 'workflow-under-test-id',
|
||||||
evaluationWorkflowId: 'evaluation-workflow-id',
|
evaluationWorkflowId: 'evaluation-workflow-id',
|
||||||
|
mockedNodes: [{ name: 'When clicking ‘Test workflow’' }],
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue