Skip to content

Commit 2b75430

Browse files
committed
fix auth oidc
1 parent f0dac99 commit 2b75430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def handle_test_env() -> None:
191191
elif test_name == "auth_oidc":
192192
DB_USER = os.environ["OIDC_ADMIN_USER"]
193193
DB_PASSWORD = os.environ["OIDC_ADMIN_PWD"]
194-
write_env("DB_IP", config["MONGODB_URI"])
194+
write_env("DB_IP", os.environ["MONGODB_URI"])
195195
elif test_name == "index_management":
196196
config = read_env(f"{DRIVERS_TOOLS}/.evergreen/atlas/secrets-export.sh")
197197
DB_USER = config["DRIVERS_ATLAS_LAMBDA_USER"]

0 commit comments

Comments
 (0)