X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=test%2Fcommon.py;h=a31ff094d9d806ebfa5b1572d49587a2a20c7bd8;hb=ed78cfbeae56fa31e844f2858b409f39464c93a0;hp=131169ccedb80b42d3864f5fe055c191c303261f;hpb=f55e1a18723a3b3aca34e9a4b8b878860f951e52;p=loctrkd.git 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]),