mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Removed old comment, as the API is fixed in this regard
This commit is contained in:
parent
f19682cc80
commit
3d46d7a035
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user