Skip to content

Commit

Permalink
Update x-pack/plugins/uptime/server/lib/alerts/duration_anomaly.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Kambic <[email protected]>
  • Loading branch information
mgiota and justinkambic authored Aug 18, 2021
1 parent 6360294 commit 468892b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ describe('duration anomaly alert', () => {
[ALERT_EVALUATION_VALUE]: anomaly.actualSort,
[ALERT_EVALUATION_THRESHOLD]: anomaly.typicalSort,
[ALERT_SEVERITY]: getSeverityType(anomaly.severity),
// [ALERT_SEVERITY_VALUE]: anomaly.severity,
[ALERT_REASON]: `Abnormal (${getSeverityType(
anomaly.severity
)} level) response time detected on uptime-monitor with url ${
Expand Down

0 comments on commit 468892b

Please sign in to comment.