Skip to content

Commit 99a5dc0

Browse files
authored
Update test_build_linkcheck.py
1 parent 7ea45c6 commit 99a5dc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_builders/test_build_linkcheck.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,10 @@ def test_invalid_ssl(get_request, app):
886886
'linkcheck',
887887
testroot='linkcheck-localserver-https',
888888
freshenv=True,
889-
confoverrides={'linkcheck_timeout': 10, 'linkcheck_report_timeouts_as_broken': True},
889+
confoverrides={
890+
'linkcheck_timeout': 10,
891+
'linkcheck_report_timeouts_as_broken': True,
892+
},
890893
)
891894
def test_connect_to_selfsigned_fails(app: SphinxTestApp) -> None:
892895
with serve_application(app, OKHandler, tls_enabled=True) as address:

0 commit comments

Comments
 (0)