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:
czlonkowski
2025-10-07 10:53:28 +02:00
parent 36dc8b489c
commit 96cb9eca0f
2 changed files with 164 additions and 0 deletions

View File

@@ -980,6 +980,7 @@ describe('handlers-n8n-manager', () => {
warnings: [
{
node: 'node1',
nodeName: 'node1',
message: 'Consider using newer version',
details: { currentVersion: 1, latestVersion: 2 },
},