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):
14831483 client : AsyncMongoClient
14841484
14851485 async def asyncSetUp (self ):
1486+ await super ().asyncSetUp ()
14861487 self .client = self .simple_client ()
14871488 keyvault = self .client .get_database (self .KEYVAULT_DB ).get_collection (self .KEYVAULT_COLL )
14881489 await create_key_vault (keyvault , self .DEK )
Original file line number Diff line number Diff line change @@ -1477,6 +1477,7 @@ class AzureGCPEncryptionTestMixin(EncryptionIntegrationTest):
14771477 client : MongoClient
14781478
14791479 def setUp (self ):
1480+ super ().setUp ()
14801481 self .client = self .simple_client ()
14811482 keyvault = self .client .get_database (self .KEYVAULT_DB ).get_collection (self .KEYVAULT_COLL )
14821483 create_key_vault (keyvault , self .DEK )
You can’t perform that action at this time.
0 commit comments