X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e0f4124bd0156f7cb029e5330e256086962f9e8e..5536864737f7729775f9b2ee95516d6df5053451:/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 5e55eca754..1d252599cd 100644 --- a/services/arv-git-httpd/integration_test.go +++ b/services/arv-git-httpd/integration_test.go @@ -112,6 +112,8 @@ func (s *IntegrationSuite) TearDownTest(c *check.C) { s.tmpWorkdir = "" s.Config = nil + + theConfig = defaultConfig() } func (s *IntegrationSuite) RunGit(c *check.C, token, gitCmd, repo string, args ...string) error {