diff --git a/tests/test_utils_sendmail.py b/tests/test_utils_sendmail.py index ca10fcef4..e9f8a75f8 100644 --- a/tests/test_utils_sendmail.py +++ b/tests/test_utils_sendmail.py @@ -55,7 +55,7 @@ def test_sendmail_real_local(): to_addr = f"yasmine.tligui@psi.ch" subject = "Test mail from pytest" body = "Hello! This is a real test sent using local sendmail." - + print(which sendmail) sendmail(to_addr, subject=subject, body=body) - print(which sendmail) \ No newline at end of file + \ No newline at end of file