mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 13:33:11 +00:00
Fixed 2 failing tests in workflow-validator-mocks.test.ts: - "should call repository getNode with correct parameters": Updated to expect short-form node types - "should optimize repository calls for duplicate node types": Updated filter to use short-form After P0-R1, node types are normalized to short form before calling repository.getNode(), so test assertions must expect short-form types (nodes-base.X) instead of full-form (n8n-nodes-base.X). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>