PYTHON-3402 Fix TestRewrapWithSeparateClientEncryption (#1040)

This commit is contained in:
Shane Harvey 2022-08-18 14:01:35 -07:00 committed by GitHub
parent dd3b4b11d2
commit cfc99c82f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,