projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
19973: Merge branch 'main'
[arvados.git]
/
lib
/
controller
/
localdb
/
container_request_test.go
diff --git
a/lib/controller/localdb/container_request_test.go
b/lib/controller/localdb/container_request_test.go
index c231e3ca775f06a590fa0afc68ee65f2820311f1..cca541a4018fce6f304b761a953883d3665b1b1b 100644
(file)
--- a/
lib/controller/localdb/container_request_test.go
+++ b/
lib/controller/localdb/container_request_test.go
@@
-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"
}