diff --git a/test/asynchronous/unified_format.py b/test/asynchronous/unified_format.py index b18b09383e..52d964eb3e 100644 --- a/test/asynchronous/unified_format.py +++ b/test/asynchronous/unified_format.py @@ -442,6 +442,7 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest): RUN_ON_LOAD_BALANCER = True RUN_ON_SERVERLESS = True TEST_SPEC: Any + TEST_PATH = "" # This gets filled in by generate_test_classes mongos_clients: list[AsyncMongoClient] = [] @staticmethod diff --git a/test/unified_format.py b/test/unified_format.py index 5cb268a29d..372eb8abba 100644 --- a/test/unified_format.py +++ b/test/unified_format.py @@ -441,6 +441,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest): RUN_ON_LOAD_BALANCER = True RUN_ON_SERVERLESS = True TEST_SPEC: Any + TEST_PATH = "" # This gets filled in by generate_test_classes mongos_clients: list[MongoClient] = [] @staticmethod