X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc929c778e967d626bf065554e1403f002f7cf03..6e9fcde0422b33d081e2985975e3104eb2434957:/services/arv-git-httpd/integration_test.go diff --git a/services/arv-git-httpd/integration_test.go b/services/arv-git-httpd/integration_test.go index 10c69eedd3..53b636dc0e 100644 --- a/services/arv-git-httpd/integration_test.go +++ b/services/arv-git-httpd/integration_test.go @@ -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,