Merge branch 'main' into 18842-arv-mount-disk-config
[arvados.git] / lib / controller / localdb / link_test.go
index 05bd473662d758b529ad3e1a47e38ed3187ae74d..2f07fb459ec3d93b6c98352e4a86233303df5a56 100644 (file)
@@ -64,7 +64,6 @@ func (s *LinkSuite) 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"
 }