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):
2861
2861
@unittest .skipUnless (any (AWS_CREDS .values ()), "AWS environment credentials are not set" )
2862
2862
async def asyncSetUp (self ):
2863
2863
await super ().asyncSetUp ()
2864
-
2865
2864
# 1, create client with only tlsCAFile.
2866
2865
providers : dict = copy .deepcopy (ALL_KMS_PROVIDERS )
2867
2866
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):
2843
2843
@unittest .skipUnless (any (AWS_CREDS .values ()), "AWS environment credentials are not set" )
2844
2844
def setUp (self ):
2845
2845
super ().setUp ()
2846
-
2847
2846
# 1, create client with only tlsCAFile.
2848
2847
providers : dict = copy .deepcopy (ALL_KMS_PROVIDERS )
2849
2848
providers ["azure" ]["identityPlatformEndpoint" ] = "127.0.0.1:9003"
You can’t perform that action at this time.
0 commit comments