Skip to content

Commit

Permalink
PYTHON-2723 Make mongos_clients a class property (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Mar 27, 2024
1 parent 9a206a3 commit e68bd6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unified_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e68bd6f

Please sign in to comment.