mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
linkcheck: Remove unused argument from test_invalid_ssl
Not updated after c90eef1f67
.
This commit is contained in:
parent
78d407cf83
commit
99c8765822
@ -271,7 +271,7 @@ def test_follows_redirects_on_GET(app, capsys):
|
|||||||
)
|
)
|
||||||
|
|
||||||
@pytest.mark.sphinx('linkcheck', testroot='linkcheck-localserver-https', freshenv=True)
|
@pytest.mark.sphinx('linkcheck', testroot='linkcheck-localserver-https', freshenv=True)
|
||||||
def test_invalid_ssl(app, status, warning):
|
def test_invalid_ssl(app):
|
||||||
# Link indicates SSL should be used (https) but the server does not handle it.
|
# Link indicates SSL should be used (https) but the server does not handle it.
|
||||||
class OKHandler(http.server.BaseHTTPRequestHandler):
|
class OKHandler(http.server.BaseHTTPRequestHandler):
|
||||||
def do_GET(self):
|
def do_GET(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user