diff --git a/tests/integration/n8n-api/workflows/autofix-workflow.test.ts b/tests/integration/n8n-api/workflows/autofix-workflow.test.ts index 192b3b6..0fe0f0a 100644 --- a/tests/integration/n8n-api/workflows/autofix-workflow.test.ts +++ b/tests/integration/n8n-api/workflows/autofix-workflow.test.ts @@ -623,7 +623,9 @@ describe('Integration: handleAutofixWorkflow', () => { const response = await handleAutofixWorkflow( { id: created.id, - applyFixes: false + applyFixes: false, + // Exclude version upgrade fixes to test "no fixes" scenario + fixTypes: ['expression-format', 'typeversion-correction', 'error-output-config', 'node-type-correction', 'webhook-missing-path'] }, repository, mcpContext