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 Jan 4, 2022
1 parent f6b9664 commit 571831e
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 571831e

Please sign in to comment.