fix: update parameter validation tests to match new validation format

- Updated 15 failing tests to expect new validation error format
- Tests now expect 'tool_name: Validation failed' format instead of 'Missing required parameters'
- Fixed type conversion expectations - new validation requires actual numbers, not strings
- Updated tests for minimum value constraints (e.g., limit >= 1)
- All 52 parameter validation tests now passing

Tests were failing in CI because they expected the old error message format
but the new validation system uses a more structured format with detailed
field-level error messages.
This commit is contained in:
czlonkowski
2025-08-07 20:35:35 +02:00
parent fddc363221
commit bb774f8c70
2 changed files with 69 additions and 75 deletions

Binary file not shown.