Skip to content

Commit

Permalink
fix(alert-muting-rule): fix unit test cases for alert muting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashirwadjain committed Dec 17, 2024
1 parent 117b6bf commit 9036b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/alerts/muting_rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ var (
"id": 1,
"name": "Test User"
},
"actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE",
"actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE"
}
}
}
Expand Down Expand Up @@ -171,7 +171,7 @@ var (
"id": 1,
"name": "Test User"
},
"actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE",
"actionOnMutingRuleWindowEnded": "CLOSE_ISSUES_ON_INACTIVE"
}
}`

Expand All @@ -186,7 +186,7 @@ var (
"repeatCount": null,
"weeklyRepeatDays": null
},
"actionOnMutingRuleWindowEnded": "DO_NOTHING",
"actionOnMutingRuleWindowEnded": "DO_NOTHING"
}
}`

Expand Down

0 comments on commit 9036b5a

Please sign in to comment.