Skip to content

Commit a651cfc

Browse files
committed
fix: include schema
1 parent 6aea19b commit a651cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/grafana-lgtm/grafana_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestGrafanaLGTM(t *testing.T) {
2929
// perform assertions
3030

3131
t.Run("container is running with right version", func(t *testing.T) {
32-
healthURL, err := url.Parse(fmt.Sprintf("%s/api/health", grafanaLgtmContainer.MustHttpEndpoint(ctx)))
32+
healthURL, err := url.Parse(fmt.Sprintf("http://%s/api/health", grafanaLgtmContainer.MustHttpEndpoint(ctx)))
3333
if err != nil {
3434
t.Fatal(err)
3535
}

0 commit comments

Comments
 (0)