Test Failure - crypt_shared FLE tests fail on Windows/macos (#999)

This commit is contained in:
Julius Park 2022-07-08 12:30:39 -07:00 committed by GitHub
parent b16533951c
commit b9884f34a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1786,7 +1786,7 @@ class TestDecryptProse(EncryptionIntegrationTest):
key_vault_namespace="keyvault.datakeys", kms_providers=kms_providers_map
)
self.listener = AllowListEventListener("aggregate")
self.encrypted_client = MongoClient(
self.encrypted_client = rs_or_single_client(
auto_encryption_opts=opts, retryReads=False, event_listeners=[self.listener]
)
self.addCleanup(self.encrypted_client.close)