Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbannon committed Nov 26, 2024
1 parent 53b2474 commit b39314c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/prebuilt_presets/test_filter_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b39314c

Please sign in to comment.