fix mock
This commit is contained in:
parent
7d234a60ff
commit
c6acfb0a90
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ def mock_download_collection_thumbnail(mock_downloaded_file_path):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
with patch(
|
with patch(
|
||||||
"ytdl_sub.downloaders.downloader.download_and_convert_url_thumbnail",
|
"ytdl_sub.downloaders.url.downloader.download_and_convert_url_thumbnail",
|
||||||
new=_mock_download_and_convert_url_thumbnail,
|
new=_mock_download_and_convert_url_thumbnail,
|
||||||
):
|
):
|
||||||
yield # TODO: create file here
|
yield # TODO: create file here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue