summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-10-10 08:59:28 -0700
committerGitHub <noreply@github.com>2018-10-10 08:59:28 -0700
commitac3129c80d72825464eb018c7f9a02f31fc68d98 (patch)
tree6e48b3c11966ab4e9e878c63d05b5ee4e9ab4cca /tests
parent34b3805c1ff6532eb7c86cfea3508b1372de005f (diff)
parent5df7871f11dd694d45aad89f28a680cb46e57c52 (diff)
Merge pull request #1306 from lucc/fix-1303
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")