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