mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +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):
|
def test_user_playlists(self):
|
||||||
playlists = spotify.user_playlists(username, limit=5)
|
playlists = spotify.user_playlists(username, limit=5)
|
||||||
self.assertTrue('items' in playlists)
|
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)
|
self.assertTrue(len(playlists['items']) == 5)
|
||||||
|
|
||||||
def test_user_playlist_tracks(self):
|
def test_user_playlist_tracks(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user