summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests/test_import.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-11-08 10:27:56 -0500
committerBarry Warsaw2014-11-08 10:27:56 -0500
commitd8ed610f3613847d6b1dbba9dbad7654ef681efb (patch)
treed542614f93fae558f9576fdf7158c7cd9d7e37bb /src/mailman/utilities/tests/test_import.py
parent59f980abc3aa10e0ff8a3d38ed91d69f68b194ed (diff)
parent410b2fae5eaba2e4bb6c2ebdc86d99eab4effc56 (diff)
downloadmailman-d8ed610f3613847d6b1dbba9dbad7654ef681efb.tar.gz
mailman-d8ed610f3613847d6b1dbba9dbad7654ef681efb.tar.zst
mailman-d8ed610f3613847d6b1dbba9dbad7654ef681efb.zip
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.