From 359583f3c868a31f44d48c3fa65e95bc458810f6 Mon Sep 17 00:00:00 2001 From: pranav-new-relic Date: Tue, 17 Dec 2024 15:32:28 +0530 Subject: [PATCH] chore: fix broken unit test --- pkg/alerts/muting_rules_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/alerts/muting_rules_test.go b/pkg/alerts/muting_rules_test.go index 2af85db7..693e7de0 100644 --- a/pkg/alerts/muting_rules_test.go +++ b/pkg/alerts/muting_rules_test.go @@ -119,7 +119,7 @@ var ( "id": 1, "name": "Test User" }, - "actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE", + "actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE" } } } @@ -171,7 +171,7 @@ var ( "id": 1, "name": "Test User" }, - "actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE", + "actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE" } }` @@ -186,7 +186,7 @@ var ( "repeatCount": null, "weeklyRepeatDays": null }, - "actionOnMutingRuleWindowEnded": "DO_NOTHING", + "actionOnMutingRuleWindowEnded": "DO_NOTHING" } }`