Skip to content

Commit fa69e42

Browse files
authored
Merge branch 'main' into onprem-sync-root-app
2 parents a7b71be + 549fa67 commit fa69e42

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

e2e-tests/installer/auto_install.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -628,23 +628,23 @@ def configure_provision(self):
628628

629629
if self.SMTP_URL != None and self.SMTP_URL != 'null':
630630
print("Inserting smtp_url into values tfvar file")
631-
self.insert_smtp_details_helper("smtp_url", self.SMTP_URL)
631+
self.insert_smtp_details_helper("smtp_url", self.SMTP_URL)
632632

633633
if self.SMTP_PORT != None and self.SMTP_PORT != 'null':
634634
print("Inserting smtp_port into values tfvar file")
635-
self.insert_smtp_details_helper("smtp_port", self.SMTP_PORT)
635+
self.insert_smtp_details_helper("smtp_port", self.SMTP_PORT)
636636

637637
if self.SMTP_FROM != None and self.SMTP_FROM != 'null':
638638
print("Inserting smtp_from into values tfvar file")
639-
self.insert_smtp_details_helper("smtp_from", self.SMTP_FROM)
639+
self.insert_smtp_details_helper("smtp_from", self.SMTP_FROM)
640640

641641
if self.SMTP_USER != None and self.SMTP_USER != 'null':
642642
print("Inserting smtp_user into values tfvar file")
643-
self.insert_smtp_details_helper("smtp_user", self.SMTP_USER)
643+
self.insert_smtp_details_helper("smtp_user", self.SMTP_USER)
644644

645645
if self.SMTP_PASS != None and self.SMTP_PASS != 'null':
646646
print("Inserting smtp_pass into values tfvar file")
647-
self.insert_smtp_details_helper("smtp_pass", self.SMTP_PASS)
647+
self.insert_smtp_details_helper("smtp_pass", self.SMTP_PASS)
648648

649649
def provision_upgrade(self):
650650
"""

0 commit comments

Comments
 (0)