Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 439b310

Browse files
committedJul 12, 2015
Fixed test.
1 parent 1d60bf6 commit 439b310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎tests/test_command_import_wordpress.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def test_transforming_content(self):
325325
with mock.patch('nikola.plugins.command.import_wordpress.CommandImportWordpress.transform_code', transform_code):
326326
with mock.patch('nikola.plugins.command.import_wordpress.CommandImportWordpress.transform_caption', transform_caption):
327327
with mock.patch('nikola.plugins.command.import_wordpress.CommandImportWordpress.transform_multiple_newlines', transform_newlines):
328-
self.import_command.transform_content("random content", "wp")
328+
self.import_command.transform_content("random content", "wp", None)
329329

330330
self.assertTrue(transform_code.called)
331331
self.assertTrue(transform_caption.called)

0 commit comments

Comments
 (0)
Please sign in to comment.