X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1e10339657c1dee2b71b4d10eddffd0a35c949b3..edf15f609d4eeccb2f693844e4df030f868dbd69:/services/keepstore/pull_worker_integration_test.go?ds=inline diff --git a/services/keepstore/pull_worker_integration_test.go b/services/keepstore/pull_worker_integration_test.go index 52b59ec1ef..77b4c75f4a 100644 --- a/services/keepstore/pull_worker_integration_test.go +++ b/services/keepstore/pull_worker_integration_test.go @@ -37,9 +37,8 @@ func SetupPullWorkerIntegrationTest(t *testing.T, testData PullWorkIntegrationTe // keep client keepClient = &keepclient.KeepClient{ - Arvados: &arv, + Arvados: arv, Want_replicas: 1, - Using_proxy: true, Client: &http.Client{}, }