We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aea19b commit a651cfcCopy full SHA for a651cfc
modules/grafana-lgtm/grafana_test.go
@@ -29,7 +29,7 @@ func TestGrafanaLGTM(t *testing.T) {
29
// perform assertions
30
31
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)))
+ healthURL, err := url.Parse(fmt.Sprintf("http://%s/api/health", grafanaLgtmContainer.MustHttpEndpoint(ctx)))
33
if err != nil {
34
t.Fatal(err)
35
}
0 commit comments