diff --git a/tests/e2e/plugins/test_subtitles.py b/tests/e2e/plugins/test_subtitles.py index 1467fe6d..563ee63d 100644 --- a/tests/e2e/plugins/test_subtitles.py +++ b/tests/e2e/plugins/test_subtitles.py @@ -46,11 +46,9 @@ class TestSubtitles: output_directory=output_directory, transaction_log=transaction_log, transaction_log_summary_file_name="plugins/test_subtitles_video.txt", - regenerate_transaction_log=True, ) assert_expected_downloads( output_directory=output_directory, dry_run=dry_run, expected_download_summary_file_name="plugins/test_subtitles_video.json", - regenerate_expected_download_summary=True, )