File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ def create_atlas_connect_variants():
425
425
get_variant_name ("Atlas connect" , host ),
426
426
tags = ["pr" ],
427
427
host = DEFAULT_HOST ,
428
- expansions = dict (TEST_NAME = "atlas_connect" )
428
+ expansions = dict (TEST_NAME = "atlas_connect" ),
429
429
)
430
430
]
431
431
Original file line number Diff line number Diff line change @@ -424,7 +424,10 @@ def handle_test_env() -> None:
424
424
cert_file = ROOT / ".evergreen/atlas_x509_dev_client_certificate.pem"
425
425
with cert_file .open ("w" ) as file :
426
426
file .write (decoded )
427
- write_env ("ATLAS_X509_DEV_WITH_CERT" , secrets ["ATLAS_X509_DEV" ] + "&tlsCertificateKeyFile=" + str (cert_file ))
427
+ write_env (
428
+ "ATLAS_X509_DEV_WITH_CERT" ,
429
+ secrets ["ATLAS_X509_DEV" ] + "&tlsCertificateKeyFile=" + str (cert_file ),
430
+ )
428
431
429
432
# We do not want the default client_context to be initialized.
430
433
write_env ("DISABLE_CONTEXT" )
You can’t perform that action at this time.
0 commit comments