mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix misspell in manager_test.go (#5279)
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
This commit is contained in:
parent
1d2fc95b1c
commit
e4b88704a6
|
@ -51,7 +51,7 @@ func TestTargetUpdatesOrder(t *testing.T) {
|
||||||
expectedTargets: nil,
|
expectedTargets: nil,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Multips TPs no updates",
|
title: "Multiple TPs no updates",
|
||||||
updates: map[string][]update{
|
updates: map[string][]update{
|
||||||
"tp1": {},
|
"tp1": {},
|
||||||
"tp2": {},
|
"tp2": {},
|
||||||
|
|
Loading…
Reference in a new issue