X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3e3a6cc4b72120f856e14f3039b1c0c1f0326bd..b7ec820ac297bc316ef9ffa36242e7928acbc0b4:/services/arv-git-httpd/auth_handler_test.go diff --git a/services/arv-git-httpd/auth_handler_test.go b/services/arv-git-httpd/auth_handler_test.go index 4e1a47dcb2..688b256dcb 100644 --- a/services/arv-git-httpd/auth_handler_test.go +++ b/services/arv-git-httpd/auth_handler_test.go @@ -26,14 +26,6 @@ type AuthHandlerSuite struct { cluster *arvados.Cluster } -func (s *AuthHandlerSuite) SetUpSuite(c *check.C) { - arvadostest.StartAPI() -} - -func (s *AuthHandlerSuite) TearDownSuite(c *check.C) { - arvadostest.StopAPI() -} - func (s *AuthHandlerSuite) SetUpTest(c *check.C) { arvadostest.ResetEnv() repoRoot, err := filepath.Abs("../api/tmp/git/test")