diff options
| author | J08nY | 2017-07-28 16:50:19 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-28 16:50:19 +0200 |
| commit | ebc8b78480a039e71d6eb1578046754f78bd8fab (patch) | |
| tree | f79b34061d99d893a5c5e05d95f43eb5da4f9e0e /src/mailman_pgp/pgp/tests/test_wrapper.py | |
| parent | 84b94dfcc84c9f9e1a69734a3005637daee77cb3 (diff) | |
| download | mailman-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.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 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), |
