From e68bd6f83e68fe693514f7e9800b1e936f2be314 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 27 Mar 2024 13:37:19 -0500 Subject: [PATCH] PYTHON-2723 Make mongos_clients a class property (#1563) --- test/unified_format.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unified_format.py b/test/unified_format.py index 02ca95dbd..2a44d530a 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):