Skip to content

Commit

Permalink
chore: ensure aws4 is present for mongodb-aws tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Nov 6, 2020
1 parent 9110a45 commit 308f840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .evergreen/run-mongodb-aws-ecs-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export NVM_DIR="${PROJECT_DIRECTORY}/node-artifacts/nvm"
set -x

# run the tests
npm install aws4
MONGODB_URI=$MONGODB_URI MONGODB_UNIFIED_TOPOLOGY=1 npx mocha test/functional/mongodb_aws.test.js
1 change: 1 addition & 0 deletions .evergreen/run-mongodb-aws-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ shopt -s expand_aliases # needed for `urlencode` alias
# revert to show test output
set -x

npm install aws4
MONGODB_UNIFIED_TOPOLOGY=1 npx mocha test/functional/mongodb_aws.test.js

0 comments on commit 308f840

Please sign in to comment.