mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
Fixed 3 failing tests after P0-R1 normalization implementation: - workflow-validator-comprehensive.test.ts: Updated expectations for normalized node type lookups - handlers-n8n-manager.test.ts: Updated createWorkflow test for normalized input - workflow-validator.ts: Fixed SplitInBatches detection to use short-form node types All tests now passing. Node types are normalized to short form before validation, so tests must expect short-form types in assertions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>