From 05089fba3b8d9dc0e94a17e4086770e76bbdc1a6 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sun, 27 Apr 2014 17:50:41 +0100 Subject: [PATCH] Update tests to add zeroconf-websocket config option --- tests/http/test_events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/http/test_events.py b/tests/http/test_events.py index dbfa8413..2d96b42f 100644 --- a/tests/http/test_events.py +++ b/tests/http/test_events.py @@ -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())