summaryrefslogtreecommitdiff
path: root/test/modules/tls/test_09_timeout.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/tls/test_09_timeout.py')
-rw-r--r--test/modules/tls/test_09_timeout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/tls/test_09_timeout.py b/test/modules/tls/test_09_timeout.py
index 567f256291..70cc89417a 100644
--- a/test/modules/tls/test_09_timeout.py
+++ b/test/modules/tls/test_09_timeout.py
@@ -21,7 +21,7 @@ class TestTimeout:
def _function_scope(self, env):
pass
- def test_09_timeout_handshake(self, env):
+ def test_tls_09_timeout_handshake(self, env):
# in domain_b root, the StdEnvVars is switch on
s = socket.create_connection(('localhost', env.https_port))
s.send(b'1234')