Skip to content

Commit 2b38c21

Browse files
committed
fixed the test case failure
1 parent 06818c7 commit 2b38c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)