mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 17:14:42 +00:00
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:
parent
32689ea230
commit
d3c9618b1b
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue