File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ export MONGODB_URI="mongodb://localhost:27017"
1818export EXPECTED_AZUREKMS_OUTCOME=${EXPECTED_AZUREKMS_OUTCOME:- omitted}
1919export TEST_CSFLE=true
2020
21- npx mocha --config test/mocha_mongodb.json test/integration/client-side-encryption/client_side_encryption.prose.19.on_demand_azure.test.ts
21+ npx mocha --config test/mocha_mongodb.js test/integration/client-side-encryption/client_side_encryption.prose.19.on_demand_azure.test.ts
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ export MONGODB_URI="mongodb://localhost:27017"
2020export EXPECTED_GCPKMS_OUTCOME=${EXPECTED_GCPKMS_OUTCOME:- omitted}
2121export TEST_CSFLE=true
2222
23- npx mocha --config test/mocha_mongodb.json test/integration/client-side-encryption/client_side_encryption.prose.17.on_demand_gcp.test.ts
23+ npx mocha --config test/mocha_mongodb.js test/integration/client-side-encryption/client_side_encryption.prose.17.on_demand_gcp.test.ts
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [ -z ${SERVERLESS_ATLAS_USER+omitted} ]; then echo "SERVERLESS_ATLAS_USER is
1717if [ -z ${SERVERLESS_ATLAS_PASSWORD+omitted} ]; then echo " SERVERLESS_ATLAS_PASSWORD is unset" && exit 1; fi
1818
1919npx mocha \
20- --config test/mocha_mongodb.json \
20+ --config test/mocha_mongodb.js \
2121 test/integration/crud/crud.spec.test.ts \
2222 test/integration/crud/crud.prose.test.ts \
2323 test/integration/retryable-reads/retryable_reads.spec.test.ts \
You can’t perform that action at this time.
0 commit comments