diff --git a/x-pack/test/alerting_api_integration/common/plugins/alerts/server/action_types.ts b/x-pack/test/alerting_api_integration/common/plugins/alerts/server/action_types.ts index 71f06413b436f..99a6e73c4973a 100644 --- a/x-pack/test/alerting_api_integration/common/plugins/alerts/server/action_types.ts +++ b/x-pack/test/alerting_api_integration/common/plugins/alerts/server/action_types.ts @@ -155,7 +155,7 @@ function getHookedActionType() { const result: ActionType = { id: 'test.connector-with-hooks', name: 'Test: Connector with hooks', - minimumLicenseRequired: 'basic', + minimumLicenseRequired: 'gold', supportedFeatureIds: ['alerting'], validate: { params: { schema: paramsSchema },