diff --git a/tests/python_client/chaos/chaos_commons.py b/tests/python_client/chaos/chaos_commons.py index eb0851e4a0..4d99b0cf2c 100644 --- a/tests/python_client/chaos/chaos_commons.py +++ b/tests/python_client/chaos/chaos_commons.py @@ -70,9 +70,7 @@ def get_chaos_yamls(): def reconnect(connections, alias='default'): """trying to connect by connection alias""" - res = connections.get_connection_addr(alias) - connections.remove_connection(alias) - return connections.connect(alias, host=res["host"], port=res["port"]) + return connections.connect(alias) def assert_statistic(checkers, expectations={}):