11644: Use filesystem UUID and path as DeviceID for local disk volumes.
[arvados.git] / services / keepstore / pull_worker_integration_test.go
index 52b59ec1ef797b1e09b25529b20285f5190166df..77b4c75f4a702d4afd701d3601f9a54062b2ba2f 100644 (file)
@@ -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{},
        }