Skip to content

Commit

Permalink
Fix resolve rule jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Nov 14, 2023
1 parent 4382789 commit 2e424f7
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -45,6 +45,7 @@ describe('resolveRuleRoute', () => {
foo: true,
},
uuid: '123-456',
useAlertDataForTemplate: false,
},
],
consumer: 'bar',
Expand Down Expand Up @@ -101,6 +102,7 @@ describe('resolveRuleRoute', () => {
params: mockedRule.actions[0].params,
connector_type_id: mockedRule.actions[0].actionTypeId,
uuid: mockedRule.actions[0].uuid,
use_alert_data_for_template: mockedRule.actions[0].useAlertDataForTemplate,
},
],
outcome: 'aliasMatch',
Expand Down

0 comments on commit 2e424f7

Please sign in to comment.