diff --git a/tests/football/integration/test_league.py b/tests/football/integration/test_league.py index 2359c99b..bf4113b4 100644 --- a/tests/football/integration/test_league.py +++ b/tests/football/integration/test_league.py @@ -18,7 +18,7 @@ def test_private_league(self): ''' Test for switching to fallback API endpoint for private leagues. Random, incorrect cookies used to force fallback. ''' league = League(368876, 2018, 'AEF1234567890ABCDE1234567890ABCD', '{D0C25A4C-2A0D-4E56-8E7F-20A10B663272}') - self.assertEqual(league.espn_request.LEAGUE_ENDPOINT, "https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/leagueHistory/36887?seasonId=2018") + self.assertEqual(league.espn_request.LEAGUE_ENDPOINT, "https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/leagueHistory/368876?seasonId=2018") def test_unknown_league(self): with self.assertRaises(Exception):