We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6361ec0 commit 993f63dCopy full SHA for 993f63d
tests/test_command_import_wordpress.py
@@ -196,6 +196,7 @@ def test_importing_posts_and_attachments(self):
196
self.import_command.export_comments = False
197
self.import_command.transform_to_html = False
198
self.import_command.use_wordpress_compiler = False
199
+ self.import_command.tag_saniziting_strategy = 'first'
200
self.import_command.context = self.import_command.populate_context(
201
channel)
202
0 commit comments