11960: Fix races in tests.
[arvados.git] / services / arv-git-httpd / integration_test.go
index 5e55eca754838d97d2aaa8888482c686306a42cf..6a2b6401b5e0b293664e4ff0803c9ea285b331ad 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -112,6 +116,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 {