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