diff options
Diffstat (limited to 'src/mailman/core/tests')
| -rw-r--r-- | src/mailman/core/tests/test_pipelines.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/core/tests/test_pipelines.py b/src/mailman/core/tests/test_pipelines.py index 4bf552750..363587d3b 100644 --- a/src/mailman/core/tests/test_pipelines.py +++ b/src/mailman/core/tests/test_pipelines.py @@ -37,7 +37,7 @@ from mailman.testing.layers import ConfigLayer class TestBuiltinPipeline(unittest.TestCase): - """Test various aspects of the built-in pipeline.""" + """Test various aspects of the built-in postings pipeline.""" layer = ConfigLayer @@ -57,6 +57,7 @@ Subject: a test testing """) msgdata = {} - process(self._mlist, msg, msgdata, pipeline_name='built-in') + process(self._mlist, msg, msgdata, + pipeline_name='default-posting-pipeline') self.assertEqual(msg['list-id'], '<test.example.com>') self.assertEqual(msg['list-post'], '<mailto:test@example.com>') |
