diff --git a/web/api/v1/api_test.go b/web/api/v1/api_test.go index c7987c8d7..cf15e3073 100644 --- a/web/api/v1/api_test.go +++ b/web/api/v1/api_test.go @@ -1182,7 +1182,7 @@ func testEndpoints(t *testing.T, api *API, tr *testTargetRetriever, testLabelAPI }) }, }, - // With a limit for the number of metrics returned + // With a limit for the number of metrics returned. { endpoint: api.metricMetadata, query: url.Values{ @@ -1220,7 +1220,7 @@ func testEndpoints(t *testing.T, api *API, tr *testTargetRetriever, testLabelAPI }, responseLen: 2, }, - // With no available metadata + // With no available metadata. { endpoint: api.metricMetadata, response: map[string][]metadata{},