Skip to content

Commit

Permalink
test(NODE-3777): use csfle beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Dec 22, 2021
1 parent 7ae248e commit 7875dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-tests.sh
Expand Up @@ -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:
Expand Down

0 comments on commit 7875dfd

Please sign in to comment.