diff options
| author | Barry Warsaw | 2014-11-07 19:31:21 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-11-07 19:31:21 -0500 |
| commit | 249607949d5eab11e63e52cbac65e8a68327d593 (patch) | |
| tree | c1ffefd2968aae1c040ec322ac918d5adfb4a5db /src/mailman/utilities/tests/test_import.py | |
| parent | 1d9f6970b9a26ee576838b53f485b96365e3a6c2 (diff) | |
| download | mailman-249607949d5eab11e63e52cbac65e8a68327d593.tar.gz mailman-249607949d5eab11e63e52cbac65e8a68327d593.tar.zst mailman-249607949d5eab11e63e52cbac65e8a68327d593.zip | |
Diffstat (limited to 'src/mailman/utilities/tests/test_import.py')
| -rw-r--r-- | src/mailman/utilities/tests/test_import.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/utilities/tests/test_import.py b/src/mailman/utilities/tests/test_import.py index e6eb9344c..be09a3256 100644 --- a/src/mailman/utilities/tests/test_import.py +++ b/src/mailman/utilities/tests/test_import.py @@ -501,8 +501,9 @@ class TestConvertToURI(unittest.TestCase): )) loader = getUtility(ITemplateLoader) text = loader.get(template_uri) - self.assertEqual(text, expected_text, - 'Old variables were not converted for %s' % newvar) + self.assertEqual( + text, expected_text, + 'Old variables were not converted for %s' % newvar) def test_keep_default(self): # If the value was not changed from MM2.1's default, don't import it. |
