Skip to content

Commit ba76e7b

Browse files
committed
address comment
1 parent e61d130 commit ba76e7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/test_encryption.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

test/test_encryption.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)