From f69697fa5347da1c2e4b312f39cec002be9c5665 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 19 Nov 2022 16:38:39 -0800 Subject: [PATCH] update file path --- tests/e2e/plugins/test_chapters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/plugins/test_chapters.py b/tests/e2e/plugins/test_chapters.py index 144ea060..032f13d5 100644 --- a/tests/e2e/plugins/test_chapters.py +++ b/tests/e2e/plugins/test_chapters.py @@ -68,7 +68,7 @@ class TestChapters: dry_run=dry_run, expected_download_summary_file_name="plugins/test_chapters_sb_and_embedded_subs.json", ignore_md5_hashes_for=[ - "JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.mp4" + "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.mp4" ], ) @@ -107,6 +107,6 @@ class TestChapters: dry_run=dry_run, expected_download_summary_file_name="plugins/test_chapters_from_ts_with_subs.json", ignore_md5_hashes_for=[ - "JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.mp4" + "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.mp4" ], )