diff options
Diffstat (limited to 'src/mailman_pgp')
| -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), |
