PYTHON-2144 Properly require TLS for test_connect_with_ca_bundle
This commit is contained in:
parent
84f1a8c5f9
commit
af1dcc5143
@ -657,6 +657,7 @@ class TestSSL(IntegrationTest):
|
||||
else:
|
||||
self.fail("Invalid certificate accepted.")
|
||||
|
||||
@client_context.require_ssl_certfile
|
||||
def test_connect_with_ca_bundle(self):
|
||||
def remove(path):
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user