mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Update test for new API key
This commit is contained in:
@@ -22,7 +22,7 @@ class TestYouTubeAPIKeys:
|
|||||||
assert key == expect_key
|
assert key == expect_key
|
||||||
|
|
||||||
def test_default(self):
|
def test_default(self):
|
||||||
expect_key = 'AIzaSyAnItl3udec-Q1d5bkjKJGL-RgrKO_vU90'
|
expect_key = 'AIzaSyC6cEeKlxtOPybk9sEe5ksFN5sB-7wzYp0'
|
||||||
const.args.youtube_api_key = None
|
const.args.youtube_api_key = None
|
||||||
youtube_tools.set_api_key()
|
youtube_tools.set_api_key()
|
||||||
key = youtube_tools.pafy.g.api_key
|
key = youtube_tools.pafy.g.api_key
|
||||||
|
|||||||
Reference in New Issue
Block a user