mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Fix format argument in retrieval test.
This commit is contained in:
parent
04293424eb
commit
97b018d26d
|
@ -210,7 +210,7 @@ func TestScrapePoolReload(t *testing.T) {
|
||||||
|
|
||||||
mtx.Lock()
|
mtx.Lock()
|
||||||
if len(stopped) != numTargets {
|
if len(stopped) != numTargets {
|
||||||
t.Fatalf("Expected 20 stopped loops, got %d", stopped)
|
t.Fatalf("Expected 20 stopped loops, got %d", len(stopped))
|
||||||
}
|
}
|
||||||
mtx.Unlock()
|
mtx.Unlock()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue