fix-panic-on-shutdown-server added test for const values parsing
This commit is contained in:
committed by
Will Rouesnel
parent
725b163161
commit
734dc50972
@@ -249,6 +249,10 @@ func (s *FunctionalSuite) TestParseConstLabels(c *C) {
|
||||
"a": "b",
|
||||
},
|
||||
},
|
||||
{
|
||||
s: "a=",
|
||||
labels: prometheus.Labels{},
|
||||
},
|
||||
}
|
||||
|
||||
for _, cs := range cases {
|
||||
|
||||
Reference in New Issue
Block a user