summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-08-07 01:28:32 +0200
committerJ08nY2017-08-07 01:28:32 +0200
commitb01498bcea9dbc1b3302b830fa5a56bbadeed9be (patch)
tree629fc2ae017389563db087bc10ad4add8c305e7f
parent8e3105c9c6cf7dd07786dd3cbd3de6bdd8c8d994 (diff)
downloadmailman-pgp-b01498bcea9dbc1b3302b830fa5a56bbadeed9be.tar.gz
mailman-pgp-b01498bcea9dbc1b3302b830fa5a56bbadeed9be.tar.zst
mailman-pgp-b01498bcea9dbc1b3302b830fa5a56bbadeed9be.zip
-rw-r--r--src/mailman_pgp/styles/tests/test_base.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman_pgp/styles/tests/test_base.py b/src/mailman_pgp/styles/tests/test_base.py
index 6726d3a..6bb56f7 100644
--- a/src/mailman_pgp/styles/tests/test_base.py
+++ b/src/mailman_pgp/styles/tests/test_base.py
@@ -53,9 +53,3 @@ class TestBaseStyle(TestCase):
# Manually apply base PGPStyle.
base_style = PGPStyle()
base_style.apply(mlist)
-
- pgp_list = PGPMailingList.for_list(mlist)
-
- # Test that we have our PGPMailingList
- self.assertIsNotNone(pgp_list)
- self.assertIsNotNone(pgp_list.key)