fix-panic-on-shutdown-server added test for const values parsing

This commit is contained in:
Anthony Regeda 2019-02-28 16:36:28 +03:00 committed by Will Rouesnel
parent 725b163161
commit 734dc50972

View File

@ -249,6 +249,10 @@ func (s *FunctionalSuite) TestParseConstLabels(c *C) {
"a": "b",
},
},
{
s: "a=",
labels: prometheus.Labels{},
},
}
for _, cs := range cases {