Skip to content

Commit

Permalink
fix license in FTR rule type added for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuellr committed Oct 7, 2024
1 parent fd3ce86 commit c182b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function getHookedActionType() {
const result: ActionType<ConfigType, SecretsType, ParamsType> = {
id: 'test.connector-with-hooks',
name: 'Test: Connector with hooks',
minimumLicenseRequired: 'basic',
minimumLicenseRequired: 'gold',
supportedFeatureIds: ['alerting'],
validate: {
params: { schema: paramsSchema },
Expand Down

0 comments on commit c182b1b

Please sign in to comment.