aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_wrapper.py
diff options
context:
space:
mode:
authorJ08nY2017-07-06 15:05:23 +0200
committerJ08nY2017-07-06 15:05:23 +0200
commit286896ca27966818a4052aec3737745af3bb7c02 (patch)
tree37f0276c0d76353dc3261049d91275ddbc16c57a /src/mailman_pgp/pgp/tests/test_wrapper.py
parentf5e987e4efeda04ac3c94918ddcbe3f3bb9bd61f (diff)
downloadmailman-pgp-286896ca27966818a4052aec3737745af3bb7c02.tar.gz
mailman-pgp-286896ca27966818a4052aec3737745af3bb7c02.tar.zst
mailman-pgp-286896ca27966818a4052aec3737745af3bb7c02.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 66fc9a9..1c55ed2 100644
--- a/src/mailman_pgp/pgp/tests/test_wrapper.py
+++ b/src/mailman_pgp/pgp/tests/test_wrapper.py
@@ -79,7 +79,7 @@ class TestEncryption(PGPWrapperTestCase):
@parameterized.expand([
(load_message('data/inline_encrypted.eml'),
True),
- (load_message('data/mime_encrypted_signed.eml'),
+ (load_message('data/mime_encrypted_then_signed.eml'),
True),
(load_message('data/inline_cleartext_signed.eml'),
False),