TestHttps.test_https doesn't need the internet now

A result of changes introduced in:

dee4be4b ("Enable https checking using a test server", 2019-11-11)
This commit is contained in:
Chris Mayo 2020-05-25 19:55:28 +01:00
parent 32689ea230
commit d3c9618b1b

View file

@ -51,7 +51,6 @@ class TestHttps(HttpsServerTest):
with open(get_file("https_cert.pem"), "wb") as f:
f.write(crypto.dump_certificate(crypto.FILETYPE_PEM, cert))
@need_network
def test_https(self):
url = self.get_url("")
resultlines = [