Skip to content

Commit

Permalink
fix api integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Oct 30, 2023
1 parent 424dd97 commit cbc6f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ function validateEventLog(event: any, params: ValidateEventLogParams) {
id: params.ruleId,
license: 'basic',
category: params.ruleTypeId,
ruleset: 'stackAlerts',
ruleset: event?.rule.ruleset,
name: params.name,
});

Expand Down

0 comments on commit cbc6f2f

Please sign in to comment.