projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
11469: Docker-managed volumes go in "Volumes" not "Binds".
[arvados.git]
/
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 52b59ec1ef797b1e09b25529b20285f5190166df..77b4c75f4a702d4afd701d3601f9a54062b2ba2f 100644
(file)
--- 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{},
}