summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/utilities/tests')
-rw-r--r--src/mailman/utilities/tests/test_import.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/utilities/tests/test_import.py b/src/mailman/utilities/tests/test_import.py
index 58a51e61b..6013649f7 100644
--- a/src/mailman/utilities/tests/test_import.py
+++ b/src/mailman/utilities/tests/test_import.py
@@ -62,8 +62,8 @@ class TestBasicImport(unittest.TestCase):
self.assertEqual(self._mlist.mail_host, 'heresy.example.org')
def test_rfc2369_headers(self):
- self._mlist.include_list_post_header = False
+ self._mlist.allow_list_posts = False
self._mlist.include_rfc2369_headers = False
self._import()
- self.assertTrue(self._mlist.include_list_post_header)
+ self.assertTrue(self._mlist.allow_list_posts)
self.assertTrue(self._mlist.include_rfc2369_headers)