Skip to content

Commit af3fea7

Browse files
committed
chore: more formatting
1 parent 0ed88ad commit af3fea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_brozzling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def test_chrome_error(httpd):
407407
site = brozzler.Site(None, {})
408408
page = brozzler.Page(None, {"url": url})
409409
with brozzler.Browser(chrome_exe=chrome_exe) as browser:
410-
with pytest.raises(brozzler.PageConnectionError) as excinfo:
410+
with pytest.raises(brozzler.PageConnectionError):
411411
worker.brozzle_page(browser, site, page)
412412
assert page.redirect_url and page.redirect_url.startswith("chrome-error:")
413413
page.url = "http://localhost:%s/site1/" % httpd.server_port

0 commit comments

Comments
 (0)