PYTHON-2723 Make mongos_clients a class property (#1563)
This commit is contained in:
parent
9a206a3896
commit
e68bd6f83e
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user