15044: Listen on localhost instead of default dual-stack [::].
[arvados.git] / services / arv-git-httpd / integration_test.go
index 10c69eedd3bf2e2c81cb51ea7c92961d108f1204..53b636dc0e577e75bf5577e66a54059628be8774 100644 (file)
@@ -77,7 +77,7 @@ func (s *IntegrationSuite) SetUpTest(c *check.C) {
                                APIHost:  arvadostest.APIHost(),
                                Insecure: true,
                        },
-                       Listen:          ":0",
+                       Listen:          "localhost:0",
                        GitCommand:      "/usr/bin/git",
                        RepoRoot:        s.tmpRepoRoot,
                        ManagementToken: arvadostest.ManagementToken,