Skip to content

Commit

Permalink
test: Fix Test Runner failing test (no-changelog) (n8n-io#12260)
Browse files Browse the repository at this point in the history
  • Loading branch information
burivuhster authored Dec 17, 2024
1 parent dc4261a commit 9d50dad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ describe('TestRunnerService', () => {
mock<TestDefinition>({
workflowId: 'workflow-under-test-id',
evaluationWorkflowId: 'evaluation-workflow-id',
mockedNodes: [{ name: 'When clicking ‘Test workflow’' }],
}),
);

Expand Down

0 comments on commit 9d50dad

Please sign in to comment.