From 0d1424ae3143d7d05d4ef6f27d4deebe4b472d07 Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Tue, 1 Aug 2017 17:57:07 -0400 Subject: [PATCH] PYTHON-1313 - Fix replset tests --- test/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/__init__.py b/test/__init__.py index 2cac4122e..8f043e679 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -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.