small fix in dummy
This commit is contained in:
parent
633556d97a
commit
eb021857c6
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class DummyService(Service):
|
||||||
|
|
||||||
self.sleep = random.randint(3, 15)
|
self.sleep = random.randint(3, 15)
|
||||||
if "sleep" in args:
|
if "sleep" in args:
|
||||||
self.port = args["sleep"]
|
self.sleep = args["sleep"]
|
||||||
|
|
||||||
self.fail = 0
|
self.fail = 0
|
||||||
if "fail" in args:
|
if "fail" in args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue