small fix in dummy

This commit is contained in:
Johannes Findeisen 2013-10-28 00:38:26 +01:00
commit eb021857c6

View file

@ -57,7 +57,7 @@ class DummyService(Service):
self.sleep = random.randint(3, 15)
if "sleep" in args:
self.port = args["sleep"]
self.sleep = args["sleep"]
self.fail = 0
if "fail" in args: