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 f0dac99 commit 2b75430Copy full SHA for 2b75430
.evergreen/scripts/setup-tests.py
@@ -191,7 +191,7 @@ def handle_test_env() -> None:
191
elif test_name == "auth_oidc":
192
DB_USER = os.environ["OIDC_ADMIN_USER"]
193
DB_PASSWORD = os.environ["OIDC_ADMIN_PWD"]
194
- write_env("DB_IP", config["MONGODB_URI"])
+ write_env("DB_IP", os.environ["MONGODB_URI"])
195
elif test_name == "index_management":
196
config = read_env(f"{DRIVERS_TOOLS}/.evergreen/atlas/secrets-export.sh")
197
DB_USER = config["DRIVERS_ATLAS_LAMBDA_USER"]
0 commit comments