18700: Merge branch 'main'
[arvados.git] / lib / controller / localdb / group_test.go
index 0991f3b721a94a2df2011b63077c69669efcb3b3..2d55def9f6cbba8c68d2520b6d629845204bb26f 100644 (file)
@@ -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"
 }