X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/42c0668947436ae07fa0fa249414d3952758af26..8fc29fafb91cf64ce4ededbdd85ef9507c51f216:/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,