From: Tom Clegg Date: Tue, 15 Jun 2021 22:22:51 +0000 (-0400) Subject: 17803: Fix unnecessarily convoluted test case. X-Git-Tag: 2.3.0~185^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/df90bb0a37a7e6fc3c18afd3e000a71fb7cc11e2 17803: Fix unnecessarily convoluted test case. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/lib/config/load_test.go b/lib/config/load_test.go index 3e0368cc03..396faca484 100644 --- a/lib/config/load_test.go +++ b/lib/config/load_test.go @@ -209,18 +209,16 @@ Clusters: KeepStore: InternalURLs: "http://host.example:12345": {} - # we use Keepproxy instead of Keepstore for the RendezVous test, - # to avoid the "keepstore has no volumes" warning - Keepproxy: + Keepstore: InternalURLs: "http://host.example:12345": - # ideally we would reject Rendezvous here too, but - # currently we don't RendezVous: x ServiceS: Keepstore: InternalURLs: "http://host.example:12345": {} + Volumes: + zzzzz-nyw5e-aaaaaaaaaaaaaaa: {} `, &logbuf).Load() c.Assert(err, check.IsNil) c.Log(logbuf.String())