diff options
| author | J08nY | 2017-07-27 19:24:11 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-27 19:24:11 +0200 |
| commit | 71b208017f356dc338f3e7bdeb4a0bb0962d7d41 (patch) | |
| tree | fff45df5bcff241a83587f3b4eb407d3c085121d /src | |
| parent | 7f7fa136794732d3b50ee2d1d7df73e01c1ff823 (diff) | |
| download | mailman-pgp-71b208017f356dc338f3e7bdeb4a0bb0962d7d41.tar.gz mailman-pgp-71b208017f356dc338f3e7bdeb4a0bb0962d7d41.tar.zst mailman-pgp-71b208017f356dc338f3e7bdeb4a0bb0962d7d41.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman_pgp/pgp/tests/test_wrapper.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_wrapper.py b/src/mailman_pgp/pgp/tests/test_wrapper.py index 730d068..ce206e7 100644 --- a/src/mailman_pgp/pgp/tests/test_wrapper.py +++ b/src/mailman_pgp/pgp/tests/test_wrapper.py @@ -48,7 +48,6 @@ class TestSigning(PGPWrapperTestCase): def test_is_signed(self, message, signed): self.is_signed(message, signed) - @parameterized.expand([ (load_message('inline_signed_multipart.eml'), True), |
