mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
- Update "should validate a perfect workflow" test to use correct n8n error output structure - Changed from non-existent `error:` property to proper `main[1]` for error outputs - n8n uses main[0] for success paths and main[1] for error paths, not a separate error property This fixes the failing test in CI that was introduced with the error output validation enhancements. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>