mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Close custom session in test
This commit is contained in:
parent
542389900f
commit
f8608c80eb
@ -203,6 +203,7 @@ class TestSpotipy(unittest.TestCase):
|
||||
self.assertTrue(
|
||||
with_custom_session.user(
|
||||
user="akx")["uri"] == "spotify:user:akx")
|
||||
sess.close()
|
||||
|
||||
def test_force_no_requests_session(self):
|
||||
with_no_session = Spotify(auth=self.token, requests_session=False)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user