Adding support for hop path information to be stored and passed along to warcprox

This commit is contained in:
Adam Miller 2021-08-31 19:44:55 +00:00
parent 4f301f4e03
commit 0f72233f3b
4 changed files with 23 additions and 10 deletions

View file

@ -234,7 +234,7 @@ def test_proxy_down():
# raw fetch
with pytest.raises(brozzler.ProxyError):
worker._fetch_url(site, page.url)
worker._fetch_url(site, page=page)
# WARCPROX_WRITE_RECORD
with pytest.raises(brozzler.ProxyError):