Alerting: Update replacement of prometheus-alertmanager (#56519)

grafana.com/grafana/prometheus-alertmanager has been updated to a
version that fixes some bugs upstream. This change just updates that
dependency and a few shared ones.
This commit is contained in:
Joe Blubaugh
2022-10-07 17:10:20 +08:00
committed by GitHub
parent 6c39a1995f
commit 13067b39da
3 changed files with 58 additions and 45 deletions
@@ -93,7 +93,7 @@ func TestTelegramNotifier(t *testing.T) {
},
expMsg: map[string]string{
"parse_mode": "html",
"text": strings.Repeat("1", 4096-3) + "...",
"text": strings.Repeat("1", 4096-1) + "…",
},
expMsgError: nil,
}, {