X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7c7dc19ffa0a20fff6d97e51c874bfaca9596b24..d640a546f2cd55cfbd0a959bcfb84be1eecdd6a6:/services/keepstore/pull_worker_integration_test.go?ds=sidebyside diff --git a/services/keepstore/pull_worker_integration_test.go b/services/keepstore/pull_worker_integration_test.go index c0ea4fae21..c06bbe05c4 100644 --- a/services/keepstore/pull_worker_integration_test.go +++ b/services/keepstore/pull_worker_integration_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -29,7 +33,7 @@ func SetupPullWorkerIntegrationTest(t *testing.T, testData PullWorkIntegrationTe // start api and keep servers arvadostest.StartAPI() arvadostest.StartKeep(2, false) - keepclient.ClearCache() + keepclient.RefreshServiceDiscovery() // make arvadosclient arv, err := arvadosclient.MakeArvadosClient()