[HOTFIX] dry-run merge_playlist test
This commit is contained in:
parent
df9f5a7836
commit
f318cf6fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class TestYoutubeMergePlaylist:
|
|||
def test_merge_playlist_download(
|
||||
self, playlist_subscription, expected_playlist_download, output_directory, dry_run
|
||||
):
|
||||
transaction_log = playlist_subscription.download()
|
||||
transaction_log = playlist_subscription.download(dry_run=dry_run)
|
||||
assert_transaction_log_matches(
|
||||
output_directory=output_directory,
|
||||
transaction_log=transaction_log,
|
||||
|
|
|
|||
Loading…
Reference in a new issue