13996: Can now use database info from config.yml
[arvados.git] / services / arv-git-httpd / integration_test.go
index 6a2b6401b5e0b293664e4ff0803c9ea285b331ad..53b636dc0e577e75bf5577e66a54059628be8774 100644 (file)
@@ -77,9 +77,10 @@ func (s *IntegrationSuite) SetUpTest(c *check.C) {
                                APIHost:  arvadostest.APIHost(),
                                Insecure: true,
                        },
-                       Listen:     ":0",
-                       GitCommand: "/usr/bin/git",
-                       RepoRoot:   s.tmpRepoRoot,
+                       Listen:          "localhost:0",
+                       GitCommand:      "/usr/bin/git",
+                       RepoRoot:        s.tmpRepoRoot,
+                       ManagementToken: arvadostest.ManagementToken,
                }
        }