19896: Use StartTLS + MinTLSVersion regardless of Insecure flag.
[arvados.git] / lib / controller / localdb / container_request_test.go
index c231e3ca775f06a590fa0afc68ee65f2820311f1..cca541a4018fce6f304b761a953883d3665b1b1b 100644 (file)
@@ -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"
 }