Fix expected merged labels in alerts response test

This commit is contained in:
Matthias Loibl 2022-03-20 19:05:38 +01:00
Родитель 822a1141e1
Коммит ac9673cc3e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 78A796CA74CA38BA
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -220,8 +220,7 @@ func TestAlertsMatchingObjectives(t *testing.T) {
Labels: map[string]string{ Labels: map[string]string{
labels.MetricName: "prometheus-rule-evaluation-failures", labels.MetricName: "prometheus-rule-evaluation-failures",
"namespace": "monitoring", "namespace": "monitoring",
//"alertname": "ErrorBudgetBurn", "job": "prometheus",
//"job": "prometheus",
}, },
Severity: "warning", Severity: "warning",
State: "firing", State: "firing",