diff --git a/tests/integration/prebuilt_presets/test_filter_keywords.py b/tests/integration/prebuilt_presets/test_filter_keywords.py index a3d00c5fb..733f27b6a 100644 --- a/tests/integration/prebuilt_presets/test_filter_keywords.py +++ b/tests/integration/prebuilt_presets/test_filter_keywords.py @@ -260,8 +260,6 @@ def test_error_not_correct_eval( with ( mock_download_collection_entries(is_youtube_channel=False, num_urls=1, is_dry_run=True), - pytest.raises( - UserThrownRuntimeError, match="Keyword eval must be either ANY or ALL" - ), + pytest.raises(UserThrownRuntimeError, match="Keyword eval must be either ANY or ALL"), ): _ = subscription.download(dry_run=True)