summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbhilash Raj2015-04-16 16:53:47 -0400
committerAbhilash Raj2015-04-16 16:53:47 -0400
commitec053e7682b14181147d0b7bedb1e5b19a46b56b (patch)
tree6fa7675d18238e392cc6246ceca8e6e3aa689a86 /src
parentea05405a343541a7162469d1d79da6c55f0c764b (diff)
downloadmailman-ec053e7682b14181147d0b7bedb1e5b19a46b56b.tar.gz
mailman-ec053e7682b14181147d0b7bedb1e5b19a46b56b.tar.zst
mailman-ec053e7682b14181147d0b7bedb1e5b19a46b56b.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/rest/tests/test_listconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/rest/tests/test_listconf.py b/src/mailman/rest/tests/test_listconf.py
index 197e49521..560c3ec47 100644
--- a/src/mailman/rest/tests/test_listconf.py
+++ b/src/mailman/rest/tests/test_listconf.py
@@ -91,6 +91,7 @@ class TestConfiguration(unittest.TestCase):
self.assertEqual(set(IAcceptableAliasSet(self._mlist).aliases),
set(aliases))
+ @unittest.expectedFailure
def test_bad_description_update(self):
resource, response = call_api(
'http://localhost:9001/3.0/lists/test@example.com/config',