diff --git a/tests/test.py b/tests/test.py index 83ea0b8de..6a401c968 100644 --- a/tests/test.py +++ b/tests/test.py @@ -832,7 +832,7 @@ def get_connector_prometheus_port(self, port): return port+1 def fork_connector(self, connector_port: int, acraserver_port: int, client_id: str, api_port: int=None, zone_mode: bool=False, check_connection: bool=True): - logging.info("fork connector with port {} and client_id={}", connector_port, client_id) + logging.info("fork connector with port {} and client_id={}".format(connector_port, client_id)) acraserver_connection = self.get_acraserver_connection_string(acraserver_port) acraserver_api_connection = self.get_acraserver_api_connection_string(acraserver_port)