From a17e033a2ee20808880f4297fa3643fc090c4170 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Tue, 25 Jul 2023 23:33:38 -0700 Subject: [PATCH] fix test --- tests/e2e/plugins/test_chapters.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/e2e/plugins/test_chapters.py b/tests/e2e/plugins/test_chapters.py index 9fd40f43..93d8aeb9 100644 --- a/tests/e2e/plugins/test_chapters.py +++ b/tests/e2e/plugins/test_chapters.py @@ -46,9 +46,7 @@ def sponsorblock_and_subs_preset_dict(output_directory) -> Dict: @pytest.fixture def chapters_from_comments_preset_dict(sponsorblock_and_subs_preset_dict: Dict) -> Dict: - sponsorblock_and_subs_preset_dict["download"][ - "url" - ] = "https://www.youtube.com/watch?v=MO5AWAqe01Y" + sponsorblock_and_subs_preset_dict["download"] = "https://www.youtube.com/watch?v=MO5AWAqe01Y" sponsorblock_and_subs_preset_dict["chapters"] = { "embed_chapters": True, "allow_chapters_from_comments": True,