linkcheck: Remove unused argument from test_invalid_ssl

Not updated after c90eef1f67.
This commit is contained in:
François Freitag 2020-11-14 12:49:47 +01:00
parent 78d407cf83
commit 99c8765822
No known key found for this signature in database
GPG Key ID: 0CD53670BCA9253D

View File

@ -271,7 +271,7 @@ def test_follows_redirects_on_GET(app, capsys):
)
@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.
class OKHandler(http.server.BaseHTTPRequestHandler):
def do_GET(self):