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