http: Fix tests

This commit is contained in:
Stein Magnus Jodal 2013-11-11 22:40:45 +01:00
parent d723db8f41
commit 924553b62e

View File

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