diff options
Diffstat (limited to 'src/mailman_pgp/config/tests/test_config.py')
| -rw-r--r-- | src/mailman_pgp/config/tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/config/tests/test_config.py b/src/mailman_pgp/config/tests/test_config.py index 0c2bfe7..3ad4ca2 100644 --- a/src/mailman_pgp/config/tests/test_config.py +++ b/src/mailman_pgp/config/tests/test_config.py @@ -30,7 +30,7 @@ class TestConfig(TestCase): self.assertEqual(config.name, 'pgp') def test_sections(self): - sections = sorted(['db', 'keydirs', 'keypairs', 'queues']) + sections = sorted(['db', 'keydirs', 'keypairs', 'queues', 'misc']) self.assertListEqual(sorted(config.sections()), sections) def test_db(self): |
