diff options
| author | J08nY | 2017-07-06 15:05:23 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-06 15:05:23 +0200 |
| commit | 286896ca27966818a4052aec3737745af3bb7c02 (patch) | |
| tree | 37f0276c0d76353dc3261049d91275ddbc16c57a /src/mailman_pgp/pgp/tests/test_wrapper.py | |
| parent | f5e987e4efeda04ac3c94918ddcbe3f3bb9bd61f (diff) | |
| download | mailman-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.py | 2 |
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), |
