Update tests to add zeroconf-websocket config option
This commit is contained in:
parent
f54377eb8a
commit
05089fba3b
@ -29,6 +29,7 @@ class HttpEventsTest(unittest.TestCase):
|
|||||||
'port': 6680,
|
'port': 6680,
|
||||||
'static_dir': None,
|
'static_dir': None,
|
||||||
'zeroconf': '',
|
'zeroconf': '',
|
||||||
|
'zeroconf-websocket': '',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.http = actor.HttpFrontend(config=config, core=mock.Mock())
|
self.http = actor.HttpFrontend(config=config, core=mock.Mock())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user