Skip to content

Commit af1dcc5

Browse files
committed
PYTHON-2144 Properly require TLS for test_connect_with_ca_bundle
1 parent 84f1a8c commit af1dcc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_ssl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ def test_mongodb_x509_auth(self):
657657
else:
658658
self.fail("Invalid certificate accepted.")
659659

660+
@client_context.require_ssl_certfile
660661
def test_connect_with_ca_bundle(self):
661662
def remove(path):
662663
try:

0 commit comments

Comments
 (0)