mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test: Fix Test Runner failing test (no-changelog) (#12260)
This commit is contained in:
@@ -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’' }],
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user