aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_wrapper.py
diff options
context:
space:
mode:
authorJ08nY2017-07-28 16:50:19 +0200
committerJ08nY2017-07-28 16:50:19 +0200
commitebc8b78480a039e71d6eb1578046754f78bd8fab (patch)
treef79b34061d99d893a5c5e05d95f43eb5da4f9e0e /src/mailman_pgp/pgp/tests/test_wrapper.py
parent84b94dfcc84c9f9e1a69734a3005637daee77cb3 (diff)
downloadmailman-pgp-ebc8b78480a039e71d6eb1578046754f78bd8fab.tar.gz
mailman-pgp-ebc8b78480a039e71d6eb1578046754f78bd8fab.tar.zst
mailman-pgp-ebc8b78480a039e71d6eb1578046754f78bd8fab.zip
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_wrapper.py')
-rw-r--r--src/mailman_pgp/pgp/tests/test_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_wrapper.py b/src/mailman_pgp/pgp/tests/test_wrapper.py
index eb096d3..13657ac 100644
--- a/src/mailman_pgp/pgp/tests/test_wrapper.py
+++ b/src/mailman_pgp/pgp/tests/test_wrapper.py
@@ -94,7 +94,7 @@ class TestEncryption(PGPWrapperTestCase):
@parameterized.expand([
(load_message('inline_encrypted.eml'),
True),
- (load_message('mime_encrypted_then_signed.eml'),
+ (load_message('mime_signed_then_encrypted.eml'),
True),
(load_message('inline_cleartext_signed.eml'),
False),