diff --git a/test/integration/test_api/test_league.py b/test/integration/test_api/test_league.py index e39ec64..feb480e 100644 --- a/test/integration/test_api/test_league.py +++ b/test/integration/test_api/test_league.py @@ -27,5 +27,6 @@ def test_get_rosters(self): # this response will constantly change, so just assert some general things self.assertIsInstance(response, list) self.assertEqual(6, len(response)) + # test for item in response: self.assertIsInstance(item, dict)