summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests/test_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/utilities/tests/test_import.py')
-rw-r--r--src/mailman/utilities/tests/test_import.py5
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.