File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1483,6 +1483,7 @@ class AzureGCPEncryptionTestMixin(AsyncEncryptionIntegrationTest):
1483
1483
client : AsyncMongoClient
1484
1484
1485
1485
async def asyncSetUp (self ):
1486
+ await super ().asyncSetUp ()
1486
1487
self .client = self .simple_client ()
1487
1488
keyvault = self .client .get_database (self .KEYVAULT_DB ).get_collection (self .KEYVAULT_COLL )
1488
1489
await create_key_vault (keyvault , self .DEK )
Original file line number Diff line number Diff line change @@ -1477,6 +1477,7 @@ class AzureGCPEncryptionTestMixin(EncryptionIntegrationTest):
1477
1477
client : MongoClient
1478
1478
1479
1479
def setUp (self ):
1480
+ super ().setUp ()
1480
1481
self .client = self .simple_client ()
1481
1482
keyvault = self .client .get_database (self .KEYVAULT_DB ).get_collection (self .KEYVAULT_COLL )
1482
1483
create_key_vault (keyvault , self .DEK )
You can’t perform that action at this time.
0 commit comments