fix: update test limit to respect MAX_LIMIT=500 (#110) #112

Merged
cal merged 1 commits from issue/110-fix-test-batting-sbaplayer-career-totals-returns-4 into main 2026-04-08 12:55:57 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
36b962e5d5 fix: update test limit to respect MAX_LIMIT=500 (#110)
Closes #110

The test was sending limit=999 which exceeds MAX_LIMIT (500), causing
FastAPI to return 422. Changed to limit=500, which is sufficient to
cover all seasons for any player.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 12:55:35 +00:00