PYTHON-3402 Fix TestRewrapWithSeparateClientEncryption (#1040)
This commit is contained in:
parent
dd3b4b11d2
commit
cfc99c82f3
@ -2279,7 +2279,7 @@ class TestRewrapWithSeparateClientEncryption(EncryptionIntegrationTest):
|
||||
)
|
||||
|
||||
# Step 5. Create a ``ClientEncryption`` object named ``client_encryption2``
|
||||
client2 = MongoClient()
|
||||
client2 = rs_or_single_client()
|
||||
self.addCleanup(client2.close)
|
||||
client_encryption2 = ClientEncryption(
|
||||
key_vault_client=client2,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user