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>
Signed-off-by: gotjosh <josue@grafana.com>
  • Loading branch information
gotjosh and slrtbtfs committed Feb 27, 2020
1 parent bd79fe1 commit 7810669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/prometheus/v1/api_test.go
Original file line number Diff line number Diff line change
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 7810669

Please sign in to comment.