summaryrefslogtreecommitdiff
path: root/tests/account_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/account_test.py')
-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")