X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dfb9a5e285e4275c26b6f959a04babd5a8ad836e..139200027a3192260b5ea7c2d0c93a8eb5f8eb7e:/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 52b59ec1ef..e0613a2cd1 100644 --- a/services/keepstore/pull_worker_integration_test.go +++ b/services/keepstore/pull_worker_integration_test.go @@ -39,7 +39,6 @@ func SetupPullWorkerIntegrationTest(t *testing.T, testData PullWorkIntegrationTe keepClient = &keepclient.KeepClient{ Arvados: &arv, Want_replicas: 1, - Using_proxy: true, Client: &http.Client{}, }