From 924553b62efdc979e797e5ce107698045145a673 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 11 Nov 2013 22:40:45 +0100 Subject: [PATCH] http: Fix tests --- tests/frontends/http/events_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/frontends/http/events_test.py b/tests/frontends/http/events_test.py index 2c6b241e..5150db9b 100644 --- a/tests/frontends/http/events_test.py +++ b/tests/frontends/http/events_test.py @@ -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())