summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_listconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rest/tests/test_listconf.py')
-rw-r--r--src/mailman/rest/tests/test_listconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/tests/test_listconf.py b/src/mailman/rest/tests/test_listconf.py
index 54918282f..b454337e4 100644
--- a/src/mailman/rest/tests/test_listconf.py
+++ b/src/mailman/rest/tests/test_listconf.py
@@ -439,7 +439,7 @@ class TestConfiguration(unittest.TestCase):
self.assertTrue(self._mlist.advertised)
def test_patch_bad_description_value(self):
- # GL issue #273
+ # Do not accept multiline descriptions. GL#273
with self.assertRaises(HTTPError) as cm:
call_api(
'http://localhost:9001/3.0/lists/ant.example.com/config'