Skip to content

Commit f61bd3f

Browse files
author
Oleksandr Poliakov
committed
Remove Provider-specific logic
1 parent c0b7345 commit f61bd3f

File tree

15 files changed

+30
-1192
lines changed

15 files changed

+30
-1192
lines changed

evergreen/run-mongodb-oidc-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ popd
6060
# Assume "mongodb+srv" protocol
6161
export MONGODB_URI="mongodb+srv://${ADMIN_USER}:${ADMIN_PASSWORD}@${MONGODB_URI}?authSource=admin"
6262
export AWS_WEB_IDENTITY_TOKEN_FILE="$OIDC_TOKEN_DIR/test_user1"
63-
export OIDC_PROVIDER_NAME="aws"
6463
export OIDC_TESTS_ENABLED="true"
6564

6665
if [ "Windows_NT" = "$OS" ]; then

0 commit comments

Comments
 (0)