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,
|
||||
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{},
|
||||
|
|
Loading…
Reference in New Issue