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():
425425 get_variant_name ("Atlas connect" , host ),
426426 tags = ["pr" ],
427427 host = DEFAULT_HOST ,
428- expansions = dict (TEST_NAME = "atlas_connect" )
428+ expansions = dict (TEST_NAME = "atlas_connect" ),
429429 )
430430 ]
431431
Original file line number Diff line number Diff line change @@ -424,7 +424,10 @@ def handle_test_env() -> None:
424424 cert_file = ROOT / ".evergreen/atlas_x509_dev_client_certificate.pem"
425425 with cert_file .open ("w" ) as file :
426426 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+ )
428431
429432 # We do not want the default client_context to be initialized.
430433 write_env ("DISABLE_CONTEXT" )
You can’t perform that action at this time.
0 commit comments