PYTHON-2144 Properly require TLS for test_connect_with_ca_bundle

This commit is contained in:
Shane Harvey 2020-03-10 18:25:15 -07:00
parent 84f1a8c5f9
commit af1dcc5143

View File

@ -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: