projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
11100: If caller sets collection.delete_at too early, set it to the earliest allowed...
[arvados.git]
/
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 5e55eca754838d97d2aaa8888482c686306a42cf..1d252599cdf3078b9924318980d91e031feb687d 100644
(file)
--- 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 {