Update tests to add zeroconf-websocket config option

This commit is contained in:
Sam Willcocks 2014-04-27 17:50:41 +01:00
parent f54377eb8a
commit 05089fba3b

View File

@ -29,6 +29,7 @@ class HttpEventsTest(unittest.TestCase):
'port': 6680,
'static_dir': None,
'zeroconf': '',
'zeroconf-websocket': '',
}
}
self.http = actor.HttpFrontend(config=config, core=mock.Mock())