summaryrefslogtreecommitdiff
path: root/src/mailman/core/tests/test_pipelines.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-12-19 17:23:56 -0500
committerBarry Warsaw2015-12-19 17:23:56 -0500
commitf2620c6f41c1703e7dce1a44a6669e01aaee326d (patch)
treedbfb5667adc20d540b9897f972346f03007e2af9 /src/mailman/core/tests/test_pipelines.py
parent9f14de31ec1f78a2f2847d7a2c9b8efb775adab9 (diff)
downloadmailman-f2620c6f41c1703e7dce1a44a6669e01aaee326d.tar.gz
mailman-f2620c6f41c1703e7dce1a44a6669e01aaee326d.tar.zst
mailman-f2620c6f41c1703e7dce1a44a6669e01aaee326d.zip
Diffstat (limited to 'src/mailman/core/tests/test_pipelines.py')
-rw-r--r--src/mailman/core/tests/test_pipelines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/tests/test_pipelines.py b/src/mailman/core/tests/test_pipelines.py
index 134392668..627873fcf 100644
--- a/src/mailman/core/tests/test_pipelines.py
+++ b/src/mailman/core/tests/test_pipelines.py
@@ -151,7 +151,7 @@ testing
def test_only_decorate_output(self):
# Ensure that decoration is not done on the archive, digest, or
# usenet copy of the message.
- self.assertTrue(self._mlist.digestable)
+ self.assertTrue(self._mlist.digests_enabled)
# Set up NNTP.
self._mlist.gateway_to_news = True
self._mlist.linked_newsgroup = 'testing'