X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f66d4cc05e9442a9bb69969744d0750a02a1ed4..8a27fe370239ecb8e50d53f46b45ed61203a35ca:/services/keepstore/pull_worker_integration_test.go diff --git a/services/keepstore/pull_worker_integration_test.go b/services/keepstore/pull_worker_integration_test.go index ad7ec15e72..3855b4ecd3 100644 --- a/services/keepstore/pull_worker_integration_test.go +++ b/services/keepstore/pull_worker_integration_test.go @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -package main +package keepstore import ( "bytes" @@ -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)