diff --git a/x-pack/platform/plugins/shared/fleet/cypress/tasks/api_calls/connectors.ts b/x-pack/platform/plugins/shared/fleet/cypress/tasks/api_calls/connectors.ts index 753b3810e84b9..b436da10da1c9 100644 --- a/x-pack/platform/plugins/shared/fleet/cypress/tasks/api_calls/connectors.ts +++ b/x-pack/platform/plugins/shared/fleet/cypress/tasks/api_calls/connectors.ts @@ -25,7 +25,7 @@ export const request = ({ ...options, }); }; -export const INTERNAL_INFERENCE_CONNECTORS = ['Elastic-Inference-Rainbow-Sprinkles']; +export const INTERNAL_INFERENCE_CONNECTORS = ['Elastic-LLM']; export const INTERNAL_CLOUD_CONNECTORS = ['Elastic-Cloud-SMTP']; export const getConnectors = () => diff --git a/x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts b/x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts index 76a85c4c28314..d00283aaf56cf 100644 --- a/x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts +++ b/x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts @@ -26,7 +26,7 @@ export const API_HEADERS = Object.freeze({ }); export const INTERNAL_CLOUD_CONNECTORS = ['Elastic-Cloud-SMTP']; -export const INTERNAL_INFERENCE_CONNECTORS = ['Elastic-Inference-Rainbow-Sprinkles']; +export const INTERNAL_INFERENCE_CONNECTORS = ['Elastic-LLM']; export const rootRequest = ({ headers: optionHeaders = {},