Skip to content

Commit 1e3ab02

Browse files
committed
PYTHON-2927 Remove mistaken lines added in backport
1 parent b08db0a commit 1e3ab02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_ssl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,6 @@ def test_mongodb_x509_auth(self):
629629
with self.assertRaises(ConfigurationError):
630630
client.pymongo_test.test.find_one()
631631

632-
# No error
633-
client.pymongo_test.test.find_one()
634632
# Auth should fail if username and certificate do not match
635633
uri = ('mongodb://%s@%s:%d/?authMechanism='
636634
'MONGODB-X509' % (

0 commit comments

Comments
 (0)