This commit is contained in:
Jesse Bannon 2024-11-25 18:52:18 -08:00
parent 53b2474373
commit b39314c29f

View file

@ -260,8 +260,6 @@ class TestFilterKeywords:
with ( with (
mock_download_collection_entries(is_youtube_channel=False, num_urls=1, is_dry_run=True), mock_download_collection_entries(is_youtube_channel=False, num_urls=1, is_dry_run=True),
pytest.raises( pytest.raises(UserThrownRuntimeError, match="Keyword eval must be either ANY or ALL"),
UserThrownRuntimeError, match="Keyword eval must be either ANY or ALL"
),
): ):
_ = subscription.download(dry_run=True) _ = subscription.download(dry_run=True)