Skip to content

Commit 993f63d

Browse files
committedSep 7, 2015
Fixed test.
1 parent 6361ec0 commit 993f63d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/test_command_import_wordpress.py

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def test_importing_posts_and_attachments(self):
196196
self.import_command.export_comments = False
197197
self.import_command.transform_to_html = False
198198
self.import_command.use_wordpress_compiler = False
199+
self.import_command.tag_saniziting_strategy = 'first'
199200
self.import_command.context = self.import_command.populate_context(
200201
channel)
201202

0 commit comments

Comments
 (0)
Please sign in to comment.