fix: update test limit to respect MAX_LIMIT=500 (#110) #112
@ -569,7 +569,7 @@ class TestGroupBySbaPlayer:
|
||||
# Get per-season rows
|
||||
r_seasons = requests.get(
|
||||
f"{api}/api/v3/plays/batting",
|
||||
params={"group_by": "player", "sbaplayer_id": 1, "limit": 999},
|
||||
params={"group_by": "player", "sbaplayer_id": 1, "limit": 500},
|
||||
timeout=15,
|
||||
)
|
||||
assert r_seasons.status_code == 200
|
||||
|
||||
Loading…
Reference in New Issue
Block a user