Skip to content

Commit 27a6e6f

Browse files
author
root
committed
Wrote the function name in better format
1 parent 583e1e3 commit 27a6e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertica_python/tests/integration_tests/test_tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def test_sslcontext_verify_full(self):
298298
res = self._query_and_fetchone(self.SSL_STATE_SQL)
299299
self.assertEqual(res[0], 'Server')
300300

301-
def test_tls13_support_auto_negotiation(self):
301+
def tls13_support_auto_negotiation(self):
302302
"""
303303
Verify that the client supports TLS 1.3 negotiation.
304304
If the server supports TLS 1.3, the connection should establish using it.

0 commit comments

Comments
 (0)