mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Add periods to comments on tests.
Signed-off-by: gotjosh <josue@grafana.com>
This commit is contained in:
parent
0a0a228db3
commit
4a13c844b7
|
@ -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,
|
endpoint: api.metricMetadata,
|
||||||
query: url.Values{
|
query: url.Values{
|
||||||
|
@ -1220,7 +1220,7 @@ func testEndpoints(t *testing.T, api *API, tr *testTargetRetriever, testLabelAPI
|
||||||
},
|
},
|
||||||
responseLen: 2,
|
responseLen: 2,
|
||||||
},
|
},
|
||||||
// With no available metadata
|
// With no available metadata.
|
||||||
{
|
{
|
||||||
endpoint: api.metricMetadata,
|
endpoint: api.metricMetadata,
|
||||||
response: map[string][]metadata{},
|
response: map[string][]metadata{},
|
||||||
|
|
Loading…
Reference in a new issue