PYTHON-2416 Properly close client in test_encryption.TestDataKeyDoubleEncryption (#510)

This commit is contained in:
Prashant Mital 2020-11-04 10:04:30 -08:00 committed by GitHub
parent 1e2a52fe8b
commit b009ad7b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -655,8 +655,8 @@ class TestDataKeyDoubleEncryption(EncryptionIntegrationTest):
@classmethod
def tearDownClass(cls):
cls.client.close()
cls.vault.drop()
cls.client.close()
cls.client_encrypted.close()
cls.client_encryption.close()