Adopt unit test to new API

This commit is contained in:
2026-02-06 16:11:10 +01:00
parent 7123a8c1cc
commit 5579b6f40c
2 changed files with 3 additions and 20 deletions

View File

@@ -95,9 +95,7 @@ func (l *Level) getHealthyMetrics(m *MemoryStore, expectedMetrics []string) []st
continue
}
if degraded[metricName] {
degradedList = append(degradedList, metricName)
}
degradedList = append(degradedList, metricName)
}
return degradedList