diff options
Diffstat (limited to 'tests/test_command_import_wordpress.py')
| -rw-r--r-- | tests/test_command_import_wordpress.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_command_import_wordpress.py b/tests/test_command_import_wordpress.py index c1c7836..d424162 100644 --- a/tests/test_command_import_wordpress.py +++ b/tests/test_command_import_wordpress.py @@ -196,6 +196,7 @@ class CommandImportWordpressTest(BasicCommandImportWordpress): self.import_command.export_comments = False self.import_command.transform_to_html = False self.import_command.use_wordpress_compiler = False + self.import_command.tag_saniziting_strategy = 'first' self.import_command.context = self.import_command.populate_context( channel) |
