Skip to content

Commit 64fa2a0

Browse files
committed
email server default value modified
1 parent 58ef61a commit 64fa2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_helpers/email_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def run_with_timeout(self, condition_func, *args, **kwargs):
314314
return result
315315

316316

317-
def get_email_server(reset=False, server_side_type="high"):
317+
def get_email_server(reset=False, server_side_type=""):
318318
if server_side_type == "high":
319319
email_file = "./emails_high.json"
320320
port = 9026

0 commit comments

Comments
 (0)