summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-08-16 20:53:43 +0200
committerLucas Hoffmann <lucc@posteo.de>2018-09-22 16:30:22 +0200
commit878369dda0dbac2860f616f4095523d892f6b9e6 (patch)
tree8b9a59cfd65549df26bf5f649a423f8b67d2a257 /tests
parent5b00a4ecd30d21ceeebb16eefbed4c48cfe3ba4a (diff)
Check the return code from sendmail
Diffstat (limited to 'tests')
-rw-r--r--tests/account_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/account_test.py b/tests/account_test.py
index d78ebb13..c1fca557 100644
--- a/tests/account_test.py
+++ b/tests/account_test.py
@@ -168,7 +168,6 @@ class TestSend(unittest.TestCase):
#self.assertIn(cm.output, "sent mail successfullya")
self.assertIn("INFO:root:sent mail successfully", cm.output)
- @unittest.expectedFailure
@utilities.async_test
async def test_failing_sendmail_command_is_noticed(self):
a = account.SendmailAccount(address="test@alot.dev", cmd="false")