From 44e8e23b248c5687ec484e4d46907907d755f39f Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 27 Mar 2024 05:37:22 -0500 Subject: [PATCH] PYTHON-2723 Make mongos_clients a class property --- test/unified_format.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unified_format.py b/test/unified_format.py index b148897231..2002b78575 100644 --- a/test/unified_format.py +++ b/test/unified_format.py @@ -971,6 +971,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest): RUN_ON_LOAD_BALANCER = True RUN_ON_SERVERLESS = True TEST_SPEC: Any + mongos_clients: list[MongoClient] = [] @staticmethod def should_run_on(run_on_spec):