PYTHON-2416 Properly close client in test_encryption.TestDataKeyDoubleEncryption (#510)
This commit is contained in:
parent
1e2a52fe8b
commit
b009ad7b20
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user