X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d98a3ad49469f33e01e35776afff55e1452a2321..7000c1ebd170001e10807b583a29e9e7e9570b23:/lib/controller/localdb/group_test.go diff --git a/lib/controller/localdb/group_test.go b/lib/controller/localdb/group_test.go index 0991f3b721..2d55def9f6 100644 --- a/lib/controller/localdb/group_test.go +++ b/lib/controller/localdb/group_test.go @@ -64,7 +64,6 @@ func (s *GroupSuite) 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.localdb.vocabularyCache = voc s.cluster.API.VocabularyPath = "foo" }