X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d98a3ad49469f33e01e35776afff55e1452a2321..bfdecdcaf7dbeabfacc0efefb864e0024dbef9ab:/lib/controller/localdb/collection_test.go diff --git a/lib/controller/localdb/collection_test.go b/lib/controller/localdb/collection_test.go index ae996d27b8..bbfb811165 100644 --- a/lib/controller/localdb/collection_test.go +++ b/lib/controller/localdb/collection_test.go @@ -67,7 +67,6 @@ func (s *CollectionSuite) setUpVocabulary(c *check.C, testVocabulary string) { } voc, err := arvados.NewVocabulary([]byte(testVocabulary), []string{}) c.Assert(err, check.IsNil) - c.Assert(voc.Validate(), check.IsNil) s.cluster.API.VocabularyPath = "foo" s.localdb.vocabularyCache = voc }