mirror of
https://github.com/prometheus/prometheus
synced 2026-04-30 23:11:34 +08:00
Add periods to comments on tests.
Signed-off-by: gotjosh <josue@grafana.com>
This commit is contained in:
@@ -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{},
|
||||
|
||||
Reference in New Issue
Block a user