You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add failing test showing unknown parameters are silently ignored
This test demonstrates the current issue where tools accept unknown
parameters (e.g. incorrect capitalization) without validation errors.
The test uses 'username' and 'itemcount' instead of the expected
'userName' and 'itemCount' parameters, which should be rejected
but currently aren't.
This test is expected to fail until strict validation is implemented.
0 commit comments