mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 22:55:04 -04:00
Adding support for hop path information to be stored and passed along to warcprox
This commit is contained in:
parent
4f301f4e03
commit
0f72233f3b
4 changed files with 23 additions and 10 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue