Skip to content

Commit e68bd6f

Browse files
authored
PYTHON-2723 Make mongos_clients a class property (#1563)
1 parent 9a206a3 commit e68bd6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
971971
RUN_ON_LOAD_BALANCER = True
972972
RUN_ON_SERVERLESS = True
973973
TEST_SPEC: Any
974+
mongos_clients: list[MongoClient] = []
974975

975976
@staticmethod
976977
def should_run_on(run_on_spec):

0 commit comments

Comments
 (0)