Skip to content

Commit 1a2c3d4

Browse files
committed
try again
1 parent 2f181d7 commit 1a2c3d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,9 @@ def handle_test_env() -> None:
399399
write_env("CA_FILE", os.environ["CA_FILE"])
400400
write_env("OCSP_TLS_SHOULD_SUCCEED", os.environ["OCSP_TLS_SHOULD_SUCCEED"])
401401

402+
if test_name == "auth_aws":
403+
write_env("MONGODB_URI", os.environ["MONGODB_URI"])
404+
402405
if test_name == "perf":
403406
# PYTHON-4769 Run perf_test.py directly otherwise pytest's test collection negatively
404407
# affects the benchmark results.

0 commit comments

Comments
 (0)