X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f04693da1811e670d4cbb981debeecf14d79137c..aac0a284e71ab62b2537a6fdeab6d736deb9a1a9:/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 a35b744c5f..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" @@ -12,8 +12,8 @@ import ( "io/ioutil" "strings" - "git.curoverse.com/arvados.git/sdk/go/arvadostest" - "git.curoverse.com/arvados.git/sdk/go/keepclient" + "git.arvados.org/arvados.git/sdk/go/arvadostest" + "git.arvados.org/arvados.git/sdk/go/keepclient" "github.com/prometheus/client_golang/prometheus" check "gopkg.in/check.v1" ) @@ -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)