aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-07-27 19:24:11 +0200
committerJ08nY2017-07-27 19:24:11 +0200
commit71b208017f356dc338f3e7bdeb4a0bb0962d7d41 (patch)
treefff45df5bcff241a83587f3b4eb407d3c085121d
parent7f7fa136794732d3b50ee2d1d7df73e01c1ff823 (diff)
downloadmailman-pgp-71b208017f356dc338f3e7bdeb4a0bb0962d7d41.tar.gz
mailman-pgp-71b208017f356dc338f3e7bdeb4a0bb0962d7d41.tar.zst
mailman-pgp-71b208017f356dc338f3e7bdeb4a0bb0962d7d41.zip
-rw-r--r--src/mailman_pgp/pgp/tests/test_wrapper.py1
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),