Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Nov 14, 2022
1 parent d9a6b9d commit 1869e17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('common_transformations', () => {
timestamp: dateExecuted.getTime(),
duration: 42,
success: false,
outcome: 'failed',
outcome: RuleLastRunOutcomeValues[2],
},
],
calculated_metrics: {
Expand All @@ -80,7 +80,7 @@ describe('common_transformations', () => {
},
},
last_run: {
outcome: 'failed',
outcome: RuleLastRunOutcomeValues[2],
outcome_msg: 'this is just a test',
warning: RuleExecutionStatusErrorReasons.Unknown,
alerts_count: {
Expand Down

0 comments on commit 1869e17

Please sign in to comment.