From ab953c7157248836780670c0e33e2831f0af6517 Mon Sep 17 00:00:00 2001 From: jbannon Date: Fri, 12 Aug 2022 06:46:27 +0000 Subject: [PATCH] update tests --- tests/e2e/plugins/test_subtitles.py | 2 -- 1 file changed, 2 deletions(-) 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, )