mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 22:42:04 +00:00
The test "should handle workflow with no fixable issues" was failing because the new version upgrade feature (added in this PR) detected that the test's webhook node (version 2) was outdated compared to the database version (2.1), and suggested a version upgrade fix. Solution: Explicitly exclude 'typeversion-upgrade' and 'version-migration' fix types from this test using the fixTypes parameter. This preserves the test's original intent of verifying the "no fixes available" code path. This follows the pattern used in other tests in the same file that use fixTypes to limit the scope of autofix operations. Fixes CI integration test failure in autofix-workflow.test.ts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en