Skip to content

Commit 7810669

Browse files
gotjoshslrtbtfs
andcommitted
Update api/prometheus/v1/api_test.go
Co-Authored-By: Tobias Guggenmos <[email protected]> Signed-off-by: gotjosh <[email protected]>
1 parent bd79fe1 commit 7810669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/prometheus/v1/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func TestAPIs(t *testing.T) {
204204

205205
doMetricsMetadata := func(metric string, limit string) func() (interface{}, Warnings, error) {
206206
return func() (interface{}, Warnings, error) {
207-
v, err := promAPI.MetricsMetadata(context.Background(), metring, limit)
207+
v, err := promAPI.MetricsMetadata(context.Background(), metric, limit)
208208
return v, nil, err
209209
}
210210
}

0 commit comments

Comments
 (0)