Merge pull request 'fix: update test limit to respect MAX_LIMIT=500 (#110)' (#112) from issue/110-fix-test-batting-sbaplayer-career-totals-returns-4 into main
Reviewed-on: #112
This commit is contained in:
commit
f9e24eb4bc
@ -569,7 +569,7 @@ class TestGroupBySbaPlayer:
|
|||||||
# Get per-season rows
|
# Get per-season rows
|
||||||
r_seasons = requests.get(
|
r_seasons = requests.get(
|
||||||
f"{api}/api/v3/plays/batting",
|
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,
|
timeout=15,
|
||||||
)
|
)
|
||||||
assert r_seasons.status_code == 200
|
assert r_seasons.status_code == 200
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user