diff options
Diffstat (limited to 'src/mailman/rest/tests')
| -rw-r--r-- | src/mailman/rest/tests/test_domains.py | 1 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_lists.py | 1 | ||||
| -rw-r--r-- | src/mailman/rest/tests/test_root.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/rest/tests/test_domains.py b/src/mailman/rest/tests/test_domains.py index 3bacf7a72..bd6668a5b 100644 --- a/src/mailman/rest/tests/test_domains.py +++ b/src/mailman/rest/tests/test_domains.py @@ -346,6 +346,7 @@ class TestDomainTemplates(unittest.TestCase): 'list:user:notice:post': '', 'list:user:notice:probe': '', 'list:user:notice:refuse': '', + 'list:user:notice:rejected': '', 'list:user:notice:welcome': 'http://example.org/welcome', 'password': 'some password', 'username': 'anne.person', diff --git a/src/mailman/rest/tests/test_lists.py b/src/mailman/rest/tests/test_lists.py index 75a81f3cb..0f3b99393 100644 --- a/src/mailman/rest/tests/test_lists.py +++ b/src/mailman/rest/tests/test_lists.py @@ -705,6 +705,7 @@ class TestListTemplates(unittest.TestCase): 'list:user:notice:post': '', 'list:user:notice:probe': '', 'list:user:notice:refuse': '', + 'list:user:notice:rejected': '', 'list:user:notice:welcome': 'http://example.org/welcome', 'password': 'some password', 'username': 'anne.person', diff --git a/src/mailman/rest/tests/test_root.py b/src/mailman/rest/tests/test_root.py index cb16caeeb..45adc6075 100644 --- a/src/mailman/rest/tests/test_root.py +++ b/src/mailman/rest/tests/test_root.py @@ -283,6 +283,7 @@ class TestSiteTemplates(unittest.TestCase): 'list:user:notice:post': '', 'list:user:notice:probe': '', 'list:user:notice:refuse': '', + 'list:user:notice:rejected': '', 'list:user:notice:welcome': 'http://example.org/welcome', 'password': 'some password', 'username': 'anne.person', |
