tests now run
This commit is contained in:
@@ -13,7 +13,7 @@ __copyright__ = "Copyright 2020, GoldenPogácsa Team"
|
||||
__module_name__ = "consumerlocator"
|
||||
__version__text__ = "1"
|
||||
|
||||
KNOWNCONSUMER= os.environ["PRODUCER_KNOWNCONSUMER"]
|
||||
KNOWNCONSUMER = os.getenv("PRODUCER_KNOWNCONSUMER",'10.69.42.1')
|
||||
|
||||
class ConsumerLocator:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user