diff --git a/tests/unit/services/workflow-validator-comprehensive.test.ts b/tests/unit/services/workflow-validator-comprehensive.test.ts index 8b9e536..1f14361 100644 --- a/tests/unit/services/workflow-validator-comprehensive.test.ts +++ b/tests/unit/services/workflow-validator-comprehensive.test.ts @@ -1934,8 +1934,10 @@ describe('WorkflowValidator - Comprehensive Tests', () => { main: [[{ node: 'HTTP Request', type: 'main', index: 0 }]] }, 'HTTP Request': { - main: [[{ node: 'Process Data', type: 'main', index: 0 }]], - error: [[{ node: 'Error Handler', type: 'main', index: 0 }]] + main: [ + [{ node: 'Process Data', type: 'main', index: 0 }], + [{ node: 'Error Handler', type: 'main', index: 0 }] + ] } } } as any;