PYTHON-2927 Remove mistaken lines added in backport
This commit is contained in:
parent
b08db0a8b0
commit
1e3ab021a3
@ -629,8 +629,6 @@ class TestSSL(IntegrationTest):
|
||||
with self.assertRaises(ConfigurationError):
|
||||
client.pymongo_test.test.find_one()
|
||||
|
||||
# No error
|
||||
client.pymongo_test.test.find_one()
|
||||
# Auth should fail if username and certificate do not match
|
||||
uri = ('mongodb://%s@%s:%d/?authMechanism='
|
||||
'MONGODB-X509' % (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user