fix(tests): update tool count expectations for v2.26.0

Update handlers-n8n-manager.test.ts to expect new consolidated
tool counts (7/12/19) after v2.26.0 tool consolidation.

Conceived by Romuald Członkowski - www.aiadvisors.pl/en

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-11-25 17:49:33 +01:00
parent fbdd3be26d
commit 87c1cc15ea
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -1068,14 +1068,14 @@ describe('handlers-n8n-manager', () => {
}, },
toolsAvailability: { toolsAvailability: {
documentationTools: { documentationTools: {
count: 14, count: 7,
enabled: true, enabled: true,
}, },
managementTools: { managementTools: {
count: 17, count: 12,
enabled: true, enabled: true,
}, },
totalAvailable: 31, totalAvailable: 19,
}, },
}); });