diff --git a/tests/authtests.py b/tests/authtests.py index b314157..b5c7f00 100644 --- a/tests/authtests.py +++ b/tests/authtests.py @@ -57,11 +57,6 @@ class AuthTestSpotipy(unittest.TestCase): def test_user_playlists(self): playlists = spotify.user_playlists(username, limit=5) self.assertTrue('items' in playlists) - - # known API issue currently causes this test to fail - # the issue is that the API doesn't currently respect the - # limit paramter - self.assertTrue(len(playlists['items']) == 5) def test_user_playlist_tracks(self):