fix tests

This commit is contained in:
Tim Bentley 2016-04-13 19:48:46 +01:00
parent 6bac0cee26
commit a453a0d0d0
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ class MediaPluginTest(TestCase, TestMixin):
media_plugin.initialise()
# THEN: The settings should be upgraded and the base initialise() method should be called
mocked_settings.setValue.assert_called_with('media/media files', True)
mocked_initialise.assert_called_with()
def test_about_text(self):