diff --git a/src/conductor/client/http/api_client.py b/src/conductor/client/http/api_client.py index 1796db92..faac721a 100644 --- a/src/conductor/client/http/api_client.py +++ b/src/conductor/client/http/api_client.py @@ -66,7 +66,7 @@ def __init__( configuration = Configuration() self.configuration = configuration - self.rest_client = rest.RESTClientObject(connection=configuration.http_connection) + self.rest_client = rest.RESTClientObject() self.default_headers = self.__get_default_headers( header_name, header_value