From 006b41b48a391b6d4f91d82f150748605e02ed35 Mon Sep 17 00:00:00 2001 From: Stuart Axon Date: Thu, 12 Oct 2017 01:50:39 +0100 Subject: [PATCH] Update test_importer.py Fix trailing whitepace --- pelican/tests/test_importer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelican/tests/test_importer.py b/pelican/tests/test_importer.py index 8cafecc5..63d17539 100644 --- a/pelican/tests/test_importer.py +++ b/pelican/tests/test_importer.py @@ -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)