Skip to content

Commit 75f1eba

Browse files
committed
fix auth oidc
1 parent c6908c5 commit 75f1eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.evergreen/scripts/setup-tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def handle_test_env() -> None:
189189
write_env("SINGLE_MONGOS_LB_URI", config["SERVERLESS_URI"])
190190
write_env("MULTI_MONGOS_LB_URI", config["SERVERLESS_URI"])
191191
elif test_name == "auth_oidc":
192-
config = read_env(f"{DRIVERS_TOOLS}/.evergreen/auth_oidc/secrets-export.sh")
193192
DB_USER = config["OIDC_ADMIN_USER"]
194193
DB_PASSWORD = config["OIDC_ADMIN_PWD"]
195194
write_env("DB_IP", config["MONGODB_URI"])

0 commit comments

Comments
 (0)