Another fix for tests on windows.

This commit is contained in:
Tomas Groth 2016-11-29 21:57:33 +01:00
parent 1f4c8e742e
commit 1bb2e9e278

View File

@ -271,7 +271,7 @@ class TestMainDisplay(TestCase, TestMixin):
service_item.theme_data = MagicMock()
service_item.theme_data.background_type = 'video'
service_item.theme_data.theme_name = 'name'
service_item._raw_frames = []
service_item.theme_data.background_filename = 'background_filename'
mocked_plugin = MagicMock()
display.plugin_manager = PluginManager()
display.plugin_manager.plugins = [mocked_plugin]