X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d98a3ad49469f33e01e35776afff55e1452a2321..f23f5689eac6354eb9567c91f2ff8586e2118e92:/lib/controller/localdb/container_request_test.go?ds=sidebyside diff --git a/lib/controller/localdb/container_request_test.go b/lib/controller/localdb/container_request_test.go index c231e3ca77..cca541a401 100644 --- a/lib/controller/localdb/container_request_test.go +++ b/lib/controller/localdb/container_request_test.go @@ -64,7 +64,6 @@ func (s *ContainerRequestSuite) setUpVocabulary(c *check.C, testVocabulary strin } voc, err := arvados.NewVocabulary([]byte(testVocabulary), []string{}) c.Assert(err, check.IsNil) - c.Assert(voc.Validate(), check.IsNil) s.localdb.vocabularyCache = voc s.cluster.API.VocabularyPath = "foo" }