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: