Skip to content

Commit 5807ba1

Browse files
committed
more whitespace changes
1 parent 4b8a4ed commit 5807ba1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

test/asynchronous/test_encryption.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,9 @@ async def asyncSetUp(self):
23292329
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, self.key_vault_client, OPTS
23302330
)
23312331
opts = AutoEncryptionOpts(
2332-
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, bypass_query_analysis=True
2332+
{"local": {"key": LOCAL_MASTER_KEY}},
2333+
key_vault.full_name,
2334+
bypass_query_analysis=True,
23332335
)
23342336
self.encrypted_client = await self.async_rs_or_single_client(auto_encryption_opts=opts)
23352337

@@ -2948,7 +2950,9 @@ async def asyncSetUp(self):
29482950
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, self.key_vault_client, OPTS
29492951
)
29502952
opts = AutoEncryptionOpts(
2951-
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, bypass_query_analysis=True
2953+
{"local": {"key": LOCAL_MASTER_KEY}},
2954+
key_vault.full_name,
2955+
bypass_query_analysis=True,
29522956
)
29532957
self.encrypted_client = await self.async_rs_or_single_client(auto_encryption_opts=opts)
29542958
self.db = self.encrypted_client.db

test/test_encryption.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,9 @@ def setUp(self):
23172317
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, self.key_vault_client, OPTS
23182318
)
23192319
opts = AutoEncryptionOpts(
2320-
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, bypass_query_analysis=True
2320+
{"local": {"key": LOCAL_MASTER_KEY}},
2321+
key_vault.full_name,
2322+
bypass_query_analysis=True,
23212323
)
23222324
self.encrypted_client = self.rs_or_single_client(auto_encryption_opts=opts)
23232325

@@ -2932,7 +2934,9 @@ def setUp(self):
29322934
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, self.key_vault_client, OPTS
29332935
)
29342936
opts = AutoEncryptionOpts(
2935-
{"local": {"key": LOCAL_MASTER_KEY}}, key_vault.full_name, bypass_query_analysis=True
2937+
{"local": {"key": LOCAL_MASTER_KEY}},
2938+
key_vault.full_name,
2939+
bypass_query_analysis=True,
29362940
)
29372941
self.encrypted_client = self.rs_or_single_client(auto_encryption_opts=opts)
29382942
self.db = self.encrypted_client.db

0 commit comments

Comments
 (0)