From: Peter Amstutz Date: Mon, 3 Jun 2024 15:39:45 +0000 (-0400) Subject: 21841: Add new keys to the test X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/931dedc97473200b7dfc7ab344eab2e249aeb169?hp=-c 21841: Add new keys to the test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- 931dedc97473200b7dfc7ab344eab2e249aeb169 diff --git a/sdk/go/arvados/vocabulary_test.go b/sdk/go/arvados/vocabulary_test.go index af62833a31..84dc4226dd 100644 --- a/sdk/go/arvados/vocabulary_test.go +++ b/sdk/go/arvados/vocabulary_test.go @@ -232,6 +232,7 @@ func (s *VocabularySuite) TestNewVocabulary(c *check.C) { reservedTagKeys: map[string]bool{ "container_request": true, "container_uuid": true, + "container": true, "cwl_input": true, "cwl_output": true, "docker-image-repo-tag": true, @@ -241,6 +242,7 @@ func (s *VocabularySuite) TestNewVocabulary(c *check.C) { "template_uuid": true, "type": true, "username": true, + "workflowName": true, }, StrictTags: false, Tags: map[string]VocabularyTag{