aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_tcp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_tcp.py b/test/test_tcp.py
index 911beccc..bf681811 100644
--- a/test/test_tcp.py
+++ b/test/test_tcp.py
@@ -129,9 +129,6 @@ class TestServerSSL(test.ServerTestBase):
c.wfile.flush()
assert c.rfile.readline() == testval
- def test_get_remote_cert(self):
- assert certutils.get_remote_cert("127.0.0.1", self.port, None).digest("sha1")
-
def test_get_current_cipher(self):
c = tcp.TCPClient(("127.0.0.1", self.port))
c.connect()