diff options
| author | J08nY | 2017-08-07 01:28:32 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 01:28:32 +0200 |
| commit | b01498bcea9dbc1b3302b830fa5a56bbadeed9be (patch) | |
| tree | 629fc2ae017389563db087bc10ad4add8c305e7f /src | |
| parent | 8e3105c9c6cf7dd07786dd3cbd3de6bdd8c8d994 (diff) | |
| download | mailman-pgp-b01498bcea9dbc1b3302b830fa5a56bbadeed9be.tar.gz mailman-pgp-b01498bcea9dbc1b3302b830fa5a56bbadeed9be.tar.zst mailman-pgp-b01498bcea9dbc1b3302b830fa5a56bbadeed9be.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman_pgp/styles/tests/test_base.py | 6 |
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) |
