mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Support for client credentials flow
This commit is contained in:
@@ -118,7 +118,7 @@ class TestSpotipy(unittest.TestCase):
|
||||
def test_unauthenticated_post_fails(self):
|
||||
with self.assertRaises(SpotifyException) as cm:
|
||||
self.spotify.user_playlist_create("spotify", "Best hits of the 90s")
|
||||
self.assertEqual(cm.exception.http_status, 403)
|
||||
self.assertEqual(cm.exception.http_status, 401)
|
||||
|
||||
def test_custom_requests_session(self):
|
||||
from requests import Session
|
||||
|
Reference in New Issue
Block a user