17217: Remove crufty test util funcs.
[arvados.git] / services / keepstore / pull_worker_integration_test.go
index ad7ec15e7275a248fdcd723eb9a3598cea513ad4..eb7fe5fd6730421937b8c1efb49e4f201f6c1ca2 100644 (file)
@@ -58,7 +58,6 @@ func (s *HandlerSuite) TestPullWorkerIntegration_GetNonExistingLocator(c *check.
        }
 
        pullRequest := s.setupPullWorkerIntegrationTest(c, testData, false)
-       defer arvadostest.StopAPI()
        defer arvadostest.StopKeep(2)
 
        s.performPullWorkerIntegrationTest(testData, pullRequest, c)
@@ -76,7 +75,6 @@ func (s *HandlerSuite) TestPullWorkerIntegration_GetExistingLocator(c *check.C)
        }
 
        pullRequest := s.setupPullWorkerIntegrationTest(c, testData, true)
-       defer arvadostest.StopAPI()
        defer arvadostest.StopKeep(2)
 
        s.performPullWorkerIntegrationTest(testData, pullRequest, c)