diff options
Diffstat (limited to '')
-rw-r--r-- | tests/plugins/scrapers/test_gallery_dl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/scrapers/test_gallery_dl.py b/tests/plugins/scrapers/test_gallery_dl.py index b4e7a4a..f5bdb88 100644 --- a/tests/plugins/scrapers/test_gallery_dl.py +++ b/tests/plugins/scrapers/test_gallery_dl.py @@ -42,7 +42,7 @@ def test_does_scrape(monkeypatch, archive_file, gen_comic): assert set(scraper.collect()) == set([Title(value="test")]) -def test_does_not_scrape_on_error(tmpdir, monkeypatch, gen_comic): +def test_does_not_scrape_on_error(tmpdir, gen_comic): comic = next(gen_comic) comic.archive.path = os.path.join(tmpdir, "nonexistent.zip") |