diff --git a/pycti/api/opencti_api_client.py b/pycti/api/opencti_api_client.py index 6f6d2cbc..1eddf2c3 100644 --- a/pycti/api/opencti_api_client.py +++ b/pycti/api/opencti_api_client.py @@ -109,7 +109,7 @@ def __init__( proxies: dict[str,str] | None = None, json_logging=False, bundle_send_to_queue=True, - cert: str | tuple[str, str] |None = None, + cert: str | tuple[str, str] | None = None, auth=None, perform_health_check=True, ):