chore: Additional frontier testing and reformat

This commit is contained in:
Adam Miller 2025-03-31 16:03:44 -07:00
parent e7e4225bf2
commit addf73f865
5 changed files with 99 additions and 14 deletions

View file

@ -271,7 +271,7 @@ def test_proxy_down():
chrome_exe = brozzler.suggest_default_chrome_exe()
with brozzler.Browser(chrome_exe=chrome_exe) as browser:
browser.stop() # We're manually instantiating the browser without arguments,
browser.stop() # We're manually instantiating the browser without arguments,
# so it is running without a proxy. Stop it first.
with pytest.raises(brozzler.ProxyError):
worker.brozzle_page(browser, site, page)