summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-22 16:24:53 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-23 09:09:04 -0700
commit10a339e57ccdf49a95ded1f1a3961a1cfcd65dee (patch)
treedb391568f02e0c187f725447984c6038a3a250fe /tests
parent67301a23a14c943714ae1fd7bf6b4e21156e6ef5 (diff)
db/utils: Don't mark signature valid if there is no key to verify
Diffstat (limited to 'tests')
-rw-r--r--tests/db/utils_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/db/utils_test.py b/tests/db/utils_test.py
index ddb16786..af5f2517 100644
--- a/tests/db/utils_test.py
+++ b/tests/db/utils_test.py
@@ -403,7 +403,6 @@ class TestAddSignatureHeaders(unittest.TestCase):
(utils.X_SIGNATURE_MESSAGE_HEADER, u'Invalid: error message'),
mail.headers)
- @unittest.expectedFailure
def test_get_key_fails(self):
mail = self.FakeMail()
with mock.patch('alot.db.utils.crypto.get_key',