See if currentconsumer is null after init
This commit is contained in:
parent
d47d2e8d97
commit
7a7643cfeb
2
test.py
2
test.py
@ -197,9 +197,9 @@ def test_updateconsumer(httpserver):
|
||||
consumerlocator.KNOWNCONSUMER = f"127.0.0.1:{port}"
|
||||
locator = consumerlocator.ConsumerLocator(
|
||||
uuid=generateduuid, communicator=comm)
|
||||
assert locator.currentconsumer is not None
|
||||
locator.learnconsumerlist();
|
||||
ret = locator.updateconsumer()
|
||||
assert locator.currentconsumer is not None
|
||||
assert ret == f"127.0.0.1:{port}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user