mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-31 07:18:26 -04:00
close client session on teardown, fixes error messages
This commit is contained in:
parent
8bb5fc9b23
commit
0ba450dcfe
1 changed files with 3 additions and 1 deletions
4
tests/fixtures/clients.py
vendored
4
tests/fixtures/clients.py
vendored
|
@ -21,4 +21,6 @@ def qobuz_client():
|
|||
client = QobuzClient(config)
|
||||
arun(client.login())
|
||||
|
||||
return client
|
||||
yield client
|
||||
|
||||
arun(client.session.close())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue