Update test_importer.py

Fix trailing whitepace
This commit is contained in:
Stuart Axon 2017-10-12 01:50:39 +01:00 committed by GitHub
commit 006b41b48a

View file

@ -235,8 +235,8 @@ class TestWordpressXmlImporter(unittest.TestCase):
decoded_content = decoded_file.read()
self.assertEqual(
decode_wp_content(
encoded_content,
attached_files=None,
encoded_content,
attached_files=None,
br=False
),
decoded_content)