We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a556f75 commit 4938fc8Copy full SHA for 4938fc8
1 file changed
vertica_python/tests/integration_tests/test_tls.py
@@ -298,7 +298,7 @@ def test_sslcontext_verify_full(self):
298
res = self._query_and_fetchone(self.SSL_STATE_SQL)
299
self.assertEqual(res[0], 'Server')
300
301
- def test_tls13_support_auto_negotiation(self):
+ def tls13_support_auto_negotiation(self):
302
"""
303
Verify that the client supports TLS 1.3 negotiation.
304
If the server supports TLS 1.3, the connection should establish using it.
0 commit comments