From 571831e41986d103c842a6c661c7892426cf36b0 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 22 Dec 2021 13:21:43 +0100 Subject: [PATCH] test(NODE-3777): use csfle beta 2 --- .evergreen/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/run-tests.sh b/.evergreen/run-tests.sh index 11b75e2d89..a35bd29ffd 100755 --- a/.evergreen/run-tests.sh +++ b/.evergreen/run-tests.sh @@ -41,7 +41,7 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then unset AWS_ACCESS_KEY_ID; unset AWS_SECRET_ACCESS_KEY; else - npm install mongodb-client-encryption@">=2.0.0-beta.1" + npm install mongodb-client-encryption@">=2.0.0-beta.2" pip install --upgrade boto3 # Get access to the AWS temporary credentials: