From ac9673cc3e0816893bb940d79da502d6d81dca39 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Sun, 20 Mar 2022 19:05:38 +0100 Subject: [PATCH] Fix expected merged labels in alerts response test --- main_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main_test.go b/main_test.go index 2b1eb95..79525b5 100644 --- a/main_test.go +++ b/main_test.go @@ -220,8 +220,7 @@ func TestAlertsMatchingObjectives(t *testing.T) { Labels: map[string]string{ labels.MetricName: "prometheus-rule-evaluation-failures", "namespace": "monitoring", - //"alertname": "ErrorBudgetBurn", - //"job": "prometheus", + "job": "prometheus", }, Severity: "warning", State: "firing",