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())