File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2861,7 +2861,6 @@ class TestKmsRetryProse(AsyncEncryptionIntegrationTest):
28612861 @unittest .skipUnless (any (AWS_CREDS .values ()), "AWS environment credentials are not set" )
28622862 async def asyncSetUp (self ):
28632863 await super ().asyncSetUp ()
2864-
28652864 # 1, create client with only tlsCAFile.
28662865 providers : dict = copy .deepcopy (ALL_KMS_PROVIDERS )
28672866 providers ["azure" ]["identityPlatformEndpoint" ] = "127.0.0.1:9003"
Original file line number Diff line number Diff line change @@ -2843,7 +2843,6 @@ class TestKmsRetryProse(EncryptionIntegrationTest):
28432843 @unittest .skipUnless (any (AWS_CREDS .values ()), "AWS environment credentials are not set" )
28442844 def setUp (self ):
28452845 super ().setUp ()
2846-
28472846 # 1, create client with only tlsCAFile.
28482847 providers : dict = copy .deepcopy (ALL_KMS_PROVIDERS )
28492848 providers ["azure" ]["identityPlatformEndpoint" ] = "127.0.0.1:9003"
You can’t perform that action at this time.
0 commit comments