From a0997fb8e5893fed2c2275ff0cfbfa892b261601 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 23 Aug 2017 20:12:10 +0200 Subject: Make Wrappers modify. --- src/mailman_pgp/archivers/tests/test_mbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman_pgp/archivers/tests/test_mbox.py') diff --git a/src/mailman_pgp/archivers/tests/test_mbox.py b/src/mailman_pgp/archivers/tests/test_mbox.py index 8af2b77..f660344 100644 --- a/src/mailman_pgp/archivers/tests/test_mbox.py +++ b/src/mailman_pgp/archivers/tests/test_mbox.py @@ -82,5 +82,5 @@ but the water deserves to be swum. message = messages[0] wrapped = MIMEWrapper(message) self.assertTrue(wrapped.is_encrypted()) - decrypted = wrapped.decrypt(self.list_key) + decrypted = wrapped.decrypt(self.list_key).msg self.assertTrue(self.msg.as_string(), decrypted.as_string()) -- cgit v1.2.3-70-g09d2