diff options
| author | Barry Warsaw | 2016-04-01 17:17:00 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-04-01 17:17:00 -0400 |
| commit | 41ca73754450ad0a55e9ca6a009c64b8d78f5b8b (patch) | |
| tree | b3a21e7c89bbf4ea54b15b599a3148935a1c43ab /src/mailman/utilities/tests/test_templates.py | |
| parent | b87447ffe4a20793e22884a99a7f9afe3a803004 (diff) | |
| download | mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.tar.gz mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.tar.zst mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.zip | |
Diffstat (limited to 'src/mailman/utilities/tests/test_templates.py')
| -rw-r--r-- | src/mailman/utilities/tests/test_templates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/utilities/tests/test_templates.py b/src/mailman/utilities/tests/test_templates.py index c2f7dd59a..fcb0ecc1c 100644 --- a/src/mailman/utilities/tests/test_templates.py +++ b/src/mailman/utilities/tests/test_templates.py @@ -107,7 +107,7 @@ class TestSearchOrder(unittest.TestCase): def test_no_language_argument_search_order(self): search_order = self._stripped_search_order('foo.txt', self.mlist) # For convenience. - def nexteq(path): # flakeq: noqa + def nexteq(path): # noqa self.assertEqual(next(search_order), path) # 1: Use mlist.preferred_language nexteq('/v/templates/lists/l.example.com/de/foo.txt') |
