X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7ed2f9d875d69b1494372c0cb790b18187dbacf2..3860042ac5783cddd368d8997991b0d1f8e9a111:/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 e0613a2cd1..77b4c75f4a 100644 --- a/services/keepstore/pull_worker_integration_test.go +++ b/services/keepstore/pull_worker_integration_test.go @@ -37,7 +37,7 @@ func SetupPullWorkerIntegrationTest(t *testing.T, testData PullWorkIntegrationTe // keep client keepClient = &keepclient.KeepClient{ - Arvados: &arv, + Arvados: arv, Want_replicas: 1, Client: &http.Client{}, }