21841: Add new keys to the test
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 3 Jun 2024 15:39:45 +0000 (11:39 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 3 Jun 2024 15:39:45 +0000 (11:39 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/go/arvados/vocabulary_test.go

index af62833a312cab08c6d63d46e695c8ce96c2e5a3..84dc4226dd9cfa8a43e37f6665e1e9d66dcc47c7 100644 (file)
@@ -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{