Skip to content

Commit

Permalink
Update test_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-hsieh committed Feb 8, 2024
1 parent aea55a4 commit 26e0998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_calculate_most_points_get():
def test_calculate_most_points_post():
response = app.test_client().post('/most_points_post',
json={
"contest": "total_lb_tackles",
"contest": "highest_single_starter_points",
"week": 14,
"year": "2023"})
json_response = json.loads(response.get_data(as_text=True))
Expand Down

0 comments on commit 26e0998

Please sign in to comment.