Skip to content

Commit

Permalink
Update api/prometheus/v1/api_test.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Tobias Guggenmos <tguggenm@redhat.com>
  • Loading branch information
gotjosh and slrtbtfs committed Feb 27, 2020
1 parent a91bf18 commit e321596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/prometheus/v1/api_test.go
Expand Up @@ -204,7 +204,7 @@ func TestAPIs(t *testing.T) {

doMetricsMetadata := func(metric string, limit string) func() (interface{}, Warnings, error) {
return func() (interface{}, Warnings, error) {
v, err := promAPI.MetricsMetadata(context.Background(), metring, limit)
v, err := promAPI.MetricsMetadata(context.Background(), metric, limit)
return v, nil, err
}
}
Expand Down

0 comments on commit e321596

Please sign in to comment.