Test URL is now None

This commit is contained in:
Ritiek Malhotra
2018-02-24 15:03:42 +05:30
committed by GitHub
parent 666334dfd8
commit c4bb047187

View File

@@ -22,7 +22,7 @@ def test_metadata():
class TestYouTubeURL:
def test_only_music_category(self):
expect_url = 'http://youtube.com/watch?v=P11ou3CXKZo'
expect_url = None
const.args.music_videos_only = True
url = youtube_tools.generate_youtube_url(raw_song, metadata)
assert url == expect_url