From cd288e95838c8c16a884dfce6e15e1a43bbae16b Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 31 Jul 2025 11:37:15 +0200 Subject: [PATCH] Update tests/test_utils_sendmail.py --- tests/test_utils_sendmail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_utils_sendmail.py b/tests/test_utils_sendmail.py index 0256cf581..2e6f1dbb7 100644 --- a/tests/test_utils_sendmail.py +++ b/tests/test_utils_sendmail.py @@ -59,6 +59,5 @@ def test_sendmail_real_local(): body = "Hello! This is a real test sent using local sendmail." print(shutil.which("sendmail")) sendmail(to_addr, subject=subject, body=body) - asset True == True \ No newline at end of file