summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/db/test_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/db/test_utils.py b/tests/db/test_utils.py
index 59a46435..5fe7099f 100644
--- a/tests/db/test_utils.py
+++ b/tests/db/test_utils.py
@@ -677,7 +677,6 @@ class TestExtractBody(unittest.TestCase):
subtype='html')
return mail
- @unittest.expectedFailure
@mock.patch('alot.db.utils.settings.get', mock.Mock(return_value=True))
@mock.patch('alot.db.utils.settings.mailcap_find_match',
mock.Mock(return_value=(None, {'view': 'cat'})))