From 35e4f6fa2ec4d9ea9d9a149b25b7f0ef49122c3d Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 31 Jul 2025 11:22:31 +0200 Subject: [PATCH] Update tests/test_utils_sendmail.py --- tests/test_utils_sendmail.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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