File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929import uuid
3030import warnings
3131from test .asynchronous import AsyncIntegrationTest , AsyncPyMongoTestCase , async_client_context
32+ from test .asynchronous .test_bulk import AsyncBulkTestBase
3233from threading import Thread
3334from typing import Any , Dict , Mapping
3435
5253 KMIP_CREDS ,
5354 LOCAL_MASTER_KEY ,
5455)
55- from test .test_bulk import BulkTestBase
5656from test .unified_format import generate_test_classes
5757from test .utils import (
5858 AllowListEventListener ,
@@ -372,7 +372,7 @@ async def target():
372372 await target ()
373373
374374
375- class TestEncryptedBulkWrite (BulkTestBase , AsyncEncryptionIntegrationTest ):
375+ class TestEncryptedBulkWrite (AsyncBulkTestBase , AsyncEncryptionIntegrationTest ):
376376 async def test_upsert_uuid_standard_encrypt (self ):
377377 opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
378378 client = await async_rs_or_single_client (auto_encryption_opts = opts )
Original file line number Diff line number Diff line change 2929import uuid
3030import warnings
3131from test import IntegrationTest , PyMongoTestCase , client_context
32+ from test .test_bulk import BulkTestBase
3233from threading import Thread
3334from typing import Any , Dict , Mapping
3435
5253 KMIP_CREDS ,
5354 LOCAL_MASTER_KEY ,
5455)
55- from test .test_bulk import BulkTestBase
5656from test .unified_format import generate_test_classes
5757from test .utils import (
5858 AllowListEventListener ,
You can’t perform that action at this time.
0 commit comments