We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6908c5 commit 75f1ebaCopy full SHA for 75f1eba
.evergreen/scripts/setup-tests.py
@@ -189,7 +189,6 @@ def handle_test_env() -> None:
189
write_env("SINGLE_MONGOS_LB_URI", config["SERVERLESS_URI"])
190
write_env("MULTI_MONGOS_LB_URI", config["SERVERLESS_URI"])
191
elif test_name == "auth_oidc":
192
- config = read_env(f"{DRIVERS_TOOLS}/.evergreen/auth_oidc/secrets-export.sh")
193
DB_USER = config["OIDC_ADMIN_USER"]
194
DB_PASSWORD = config["OIDC_ADMIN_PWD"]
195
write_env("DB_IP", config["MONGODB_URI"])
0 commit comments