Skip to content

Commit ed4fa21

Browse files
committed
fixed the test case failure
1 parent abae010 commit ed4fa21

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
@@ -353,7 +353,7 @@ def test_tls13_support_auto_negotiation(self):
353353

354354
def test_sslcontext_mutual_TLS(self):
355355
# Setting certificates with TLS configuration
356-
356+
CA_cert = self._generate_and_set_certificates(mutual_mode=True)
357357

358358
ssl_context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
359359
ssl_context.verify_mode = ssl.CERT_REQUIRED

0 commit comments

Comments
 (0)