diff --git a/tests/integration/test_user_endpoints.py b/tests/integration/test_user_endpoints.py index 09b57b3..a033503 100644 --- a/tests/integration/test_user_endpoints.py +++ b/tests/integration/test_user_endpoints.py @@ -402,7 +402,6 @@ class SpotipyBrowseApiTests(unittest.TestCase): response = self.spotify.category_playlists(category_id=cat_id, limit=50) self.assertLessEqual(len(response['categories']['items']), 50) - def test_new_releases(self): response = self.spotify.new_releases() self.assertGreater(len(response['albums']), 0)