diff --git a/tests/python_client/chaos/test_chaos.py b/tests/python_client/chaos/test_chaos.py index 8b07201b34..3c4a92165d 100644 --- a/tests/python_client/chaos/test_chaos.py +++ b/tests/python_client/chaos/test_chaos.py @@ -164,7 +164,7 @@ class TestChaos(TestChaosBase): # reconnect if needed sleep(constants.WAIT_PER_OP*2) - cc.reconnect(connections, self.host, self.port) + cc.reconnect(connections, alias='default') # reset counting again cc.reset_counting(self.health_checkers)