Another test fix for windows.

This commit is contained in:
Tomas Groth 2016-11-29 14:54:29 +01:00
parent 7017f82b36
commit 8595a2171f
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +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 = []
mocked_plugin = MagicMock()
display.plugin_manager = PluginManager()
display.plugin_manager.plugins = [mocked_plugin]