forked from mirrors/statsd_exporter
Fix format to comply with go1.11 rules
Signed-off-by: Ivan Izaguirre <ivanizag@gmail.com>
This commit is contained in:
parent
1c71191aaf
commit
c477c7703f
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ func TestEscapeMetricName(t *testing.T) {
|
|||
"with😱emoji": "with_emoji",
|
||||
"with.*.multiple": "with___multiple",
|
||||
"test.web-server.foo.bar": "test_web_server_foo_bar",
|
||||
"": "",
|
||||
"": "",
|
||||
}
|
||||
|
||||
for in, want := range scenarios {
|
||||
|
|
Loading…
Reference in a new issue