Skip to content

Commit cfc99c8

Browse files
authored
PYTHON-3402 Fix TestRewrapWithSeparateClientEncryption (#1040)
1 parent dd3b4b1 commit cfc99c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,7 @@ def run_test(self, src_provider, dst_provider):
22792279
)
22802280

22812281
# Step 5. Create a ``ClientEncryption`` object named ``client_encryption2``
2282-
client2 = MongoClient()
2282+
client2 = rs_or_single_client()
22832283
self.addCleanup(client2.close)
22842284
client_encryption2 = ClientEncryption(
22852285
key_vault_client=client2,

0 commit comments

Comments
 (0)