mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-14 01:52:26 +00:00
Fix minor timezone typo to help debugging.
Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
parent
4ccbbaef20
commit
c70481f71f
@ -773,7 +773,7 @@ func TestTimeMuteStage(t *testing.T) {
|
||||
{
|
||||
// Ensure comparisons are UTC only. 22:00 KST should not be muted (13:00 UTC)
|
||||
fireTime: "14 Oct 20 22:00 +0900",
|
||||
labels: model.LabelSet{"kmt": "dont_mute"},
|
||||
labels: model.LabelSet{"kst": "dont_mute"},
|
||||
shouldMute: false,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user