summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_listconf.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-12-17 17:49:31 -0500
committerBarry Warsaw2015-12-17 17:49:31 -0500
commitbb1d8bfb9673bd12484380502fff124fdd5d786d (patch)
tree18518b4947a133330ec873b81ae29ec677cfed4d /src/mailman/rest/tests/test_listconf.py
parent21062456bb4707398157b8ce5b6f741e1ef6ebbc (diff)
downloadmailman-bb1d8bfb9673bd12484380502fff124fdd5d786d.tar.gz
mailman-bb1d8bfb9673bd12484380502fff124fdd5d786d.tar.zst
mailman-bb1d8bfb9673bd12484380502fff124fdd5d786d.zip
Diffstat (limited to 'src/mailman/rest/tests/test_listconf.py')
-rw-r--r--src/mailman/rest/tests/test_listconf.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mailman/rest/tests/test_listconf.py b/src/mailman/rest/tests/test_listconf.py
index 92e616ef7..692541bcb 100644
--- a/src/mailman/rest/tests/test_listconf.py
+++ b/src/mailman/rest/tests/test_listconf.py
@@ -196,14 +196,6 @@ class TestConfiguration(unittest.TestCase):
self.assertEqual(self._mlist.subscription_policy,
SubscriptionPolicy.confirm_then_moderate)
- ## def test_digest_volume_frequency(self):
- ## resource, response = call_api(
- ## 'http://localhost:9001/3.0/lists/test.example.com/config',
- ## dict(digest_volume_frequency=DigestFrequency.never),
- ## 'PATCH')
- ## self.assertEqual(self._mlist.digest_volume_frequency,
- ## DigestFrequency.never)
-
def test_patch_attribute_double(self):
with self.assertRaises(HTTPError) as cm:
resource, response = call_api(