From 878369dda0dbac2860f616f4095523d892f6b9e6 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 16 Aug 2018 20:53:43 +0200 Subject: Check the return code from sendmail --- tests/account_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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") -- cgit v1.2.3