mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Fix unused imports and include rule.
This commit is contained in:
@@ -46,7 +46,6 @@ def autoarchiver(tmp_path, monkeypatch, request):
|
||||
def test_run_auto_archiver_no_args(caplog, autoarchiver):
|
||||
with pytest.raises(SystemExit):
|
||||
autoarchiver()
|
||||
|
||||
assert "provide at least one URL via the command line, or set up an alternative feeder" in caplog.text
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user