mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
test: update unit test for nodeName field in validation response
Update expected validation response to include nodeName field in warnings. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -980,6 +980,7 @@ describe('handlers-n8n-manager', () => {
|
||||
warnings: [
|
||||
{
|
||||
node: 'node1',
|
||||
nodeName: 'node1',
|
||||
message: 'Consider using newer version',
|
||||
details: { currentVersion: 1, latestVersion: 2 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user