fix tests

This commit is contained in:
Oliver 2021-05-13 21:11:52 -04:00 committed by tidwall
parent bfb9145849
commit fdc5de3e56
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func subTestMetrics(t *testing.T, mc *mockServer) {
t.Fatalf("Expected status code 200, got: %d", status) t.Fatalf("Expected status code 200, got: %d", status)
} }
for _, want := range []string{ for _, want := range []string{
`tile38_connected_clients 1`, `tile38_connected_clients`,
`tile38_cmd_duration_seconds_count{cmd="set"}`, `tile38_cmd_duration_seconds_count{cmd="set"}`,
`go_build_info`, `go_build_info`,
`go_threads`, `go_threads`,