Add periods to comments on tests.

Signed-off-by: gotjosh <josue@grafana.com>
This commit is contained in:
gotjosh 2019-12-10 15:15:13 +00:00
parent 0a0a228db3
commit 4a13c844b7
1 changed files with 2 additions and 2 deletions

View File

@ -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{},