We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcbe06 commit a5c23a7Copy full SHA for a5c23a7
test/high_availability/test_ha.py
@@ -973,7 +973,7 @@ def test_ship_of_theseus(self):
973
c = MongoClient(
974
self.seed,
975
replicaSet=self.name,
976
- serverSelectionTimeoutMS=self.server_selection_timeout))
+ serverSelectionTimeoutMS=self.server_selection_timeout)
977
db = c.get_database(
978
"pymongo_test",
979
write_concern=WriteConcern(w=len(c.secondaries) + 1))
0 commit comments