PYTHON-1313 - Fix replset tests

This commit is contained in:
A. Jesse Jiryu Davis 2017-08-01 17:57:07 -04:00
parent 72e61277b2
commit 0d1424ae31

View File

@ -239,6 +239,7 @@ class ClientContext(object):
port,
username=db_user,
password=db_pwd,
replicaSet=self.replica_set_name,
**self.ssl_client_options)
# May not have this if OperationFailure was raised earlier.