mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update test_importer.py
Fix trailing whitepace
This commit is contained in:
parent
eb4ef74f71
commit
006b41b48a
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue