X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=blobdiff_plain;f=test%2Fcommon.py;h=a31ff094d9d806ebfa5b1572d49587a2a20c7bd8;hp=131169ccedb80b42d3864f5fe055c191c303261f;hb=718dd83f618a0ee2674450162aba85cfed447512;hpb=f55e1a18723a3b3aca34e9a4b8b878860f951e52 diff --git a/test/common.py b/test/common.py index 131169c..a31ff09 100644 --- a/test/common.py +++ b/test/common.py @@ -46,7 +46,7 @@ class TestWithServers(TestCase): _, self.tmpfilebase = mkstemp() self.conf = ConfigParser() self.conf["common"] = { - "protocols": "zx303proto", + "protocols": "zx303proto,beesure", } self.conf["collector"] = { "port": str(freeports[0]),