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"
18
18
export EXPECTED_AZUREKMS_OUTCOME=${EXPECTED_AZUREKMS_OUTCOME:- omitted}
19
19
export TEST_CSFLE=true
20
20
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"
20
20
export EXPECTED_GCPKMS_OUTCOME=${EXPECTED_GCPKMS_OUTCOME:- omitted}
21
21
export TEST_CSFLE=true
22
22
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
17
17
if [ -z ${SERVERLESS_ATLAS_PASSWORD+omitted} ]; then echo " SERVERLESS_ATLAS_PASSWORD is unset" && exit 1; fi
18
18
19
19
npx mocha \
20
- --config test/mocha_mongodb.json \
20
+ --config test/mocha_mongodb.js \
21
21
test/integration/crud/crud.spec.test.ts \
22
22
test/integration/crud/crud.prose.test.ts \
23
23
test/integration/retryable-reads/retryable_reads.spec.test.ts \
You can’t perform that action at this time.
0 commit comments