A copy / paste fix in misc.random service... :) (0.21.4)
This commit is contained in:
parent
e02b769521
commit
4571fc232b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ from linspector.service import Service
|
||||||
|
|
||||||
|
|
||||||
def create(configuration, environment, log):
|
def create(configuration, environment, log):
|
||||||
return DummyService(configuration, environment, log)
|
return RandomService(configuration, environment, log)
|
||||||
|
|
||||||
|
|
||||||
class DummyService(Service):
|
class RandomService(Service):
|
||||||
"""
|
"""
|
||||||
This is a service that produces random data and status results. It is only used for testing.
|
This is a service that produces random data and status results. It is only used for testing.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue