X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/04cbfda1656d1d6cf3eee2f901c2ee79ab597e59..74d98b5f5cfee651eebfd8c63842a08241dcd736:/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 {