Files
n8n-mcp/tests/integration
czlonkowski 567b54eaf7 fix: update integration tests for new validation error format
- Fixed 3 failing integration tests in error-handling.test.ts
- Tests now expect structured validation error format
- Updated expectations for empty search query, malformed workflow, and missing parameters
- All integration tests now passing (249 tests total)

The new validation system produces more detailed error messages
in the format 'tool_name: Validation failed: • field: message'
which is more helpful for debugging and AI agents.
2025-08-07 21:21:17 +02:00
..