We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08db0a commit 1e3ab02Copy full SHA for 1e3ab02
test/test_ssl.py
@@ -629,8 +629,6 @@ def test_mongodb_x509_auth(self):
629
with self.assertRaises(ConfigurationError):
630
client.pymongo_test.test.find_one()
631
632
- # No error
633
- client.pymongo_test.test.find_one()
634
# Auth should fail if username and certificate do not match
635
uri = ('mongodb://%s@%s:%d/?authMechanism='
636
'MONGODB-X509' % (
0 commit comments