aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/tests/test_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/tests/test_plugin.py')
-rw-r--r--src/mailman_pgp/tests/test_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/tests/test_plugin.py b/src/mailman_pgp/tests/test_plugin.py
index bcdf751..c216226 100644
--- a/src/mailman_pgp/tests/test_plugin.py
+++ b/src/mailman_pgp/tests/test_plugin.py
@@ -18,13 +18,13 @@
from unittest import TestCase
from mailman.config import config as mailman_config
-from mailman.testing.layers import ConfigLayer
from mailman_pgp.plugin import PGPMailman
+from mailman_pgp.testing.layers import PGPConfigLayer
class TestPlugin(TestCase):
- layer = ConfigLayer
+ layer = PGPConfigLayer
def test_instance_loaded(self):
self.assertIn('pgp', mailman_config.plugins.keys())