Skip to content
Snippets Groups Projects
Commit 734dc509 authored by Anthony Regeda's avatar Anthony Regeda Committed by Will Rouesnel
Browse files

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

parent 725b1631
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -249,6 +249,10 @@ func (s *FunctionalSuite) TestParseConstLabels(c *C) {
"a": "b",
},
},
{
s: "a=",
labels: prometheus.Labels{},
},
}
 
for _, cs := range cases {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment