Skip to content

Commit 828e22a

Browse files
committed
undo change to uri
1 parent 770e4f6 commit 828e22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-mongodb-oidc-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ shopt -s expand_aliases # needed for `urlencode` alias
2323

2424
MONGODB_URI=${MONGODB_URI:-"mongodb://localhost"}
2525
MONGODB_URI_SINGLE="${MONGODB_URI}/?authMechanism=MONGODB-OIDC"
26-
MONGODB_URI_MULTIPLE="mongodb+srv://cluster0.oztdp.mongodb-dev.net/?authMechanism=MONGODB-OIDC"
26+
MONGODB_URI_MULTIPLE="${MONGODB_URI}:27018/?authMechanism=MONGODB-OIDC&directConnection=true"
2727

2828
if [ -z "${OIDC_TOKEN_DIR}" ]; then
2929
echo "Must specify OIDC_TOKEN_DIR"

0 commit comments

Comments
 (0)