major-domo-database/tests
Cal Corum b980367b8c 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 03:02:20 -05:00
..
integration fix: update test limit to respect MAX_LIMIT=500 (#110) 2026-04-08 03:02:20 -05:00
unit Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00
__init__.py refactor: Add dependency injection for testability 2026-02-03 15:59:04 +00:00