19466: Fix typo and test with cwl_ properties 19466-cwl-io
authorPeter Amstutz <peter.amstutz@curii.com>
Fri, 21 Oct 2022 20:57:29 +0000 (16:57 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Fri, 21 Oct 2022 20:57:29 +0000 (16:57 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/go/arvados/vocabulary.go
sdk/go/arvados/vocabulary_test.go

index 17e63964fbd0986386686408118ccf3edda5fc8b..bf60a770267e437f7551bfb59fc60e62920fea9c 100644 (file)
@@ -37,8 +37,8 @@ func (v *Vocabulary) systemTagKeys() map[string]bool {
                "docker-image-repo-tag": true,
                "filters":               true,
                "container_request":     true,
-               "cwl_inputs":            true,
-               "cwl_outputs":           true,
+               "cwl_input":             true,
+               "cwl_output":            true,
        }
 }
 
index 84b9bf2295e62e6025e0c6f03847c4d3e666a9eb..f31a4f984b36f7c70aa9987017d9596900c91173 100644 (file)
@@ -238,6 +238,8 @@ func (s *VocabularySuite) TestNewVocabulary(c *check.C) {
                                        "docker-image-repo-tag": true,
                                        "filters":               true,
                                        "container_request":     true,
+                                       "cwl_input":             true,
+                                       "cwl_output":            true,
                                },
                                StrictTags: false,
                                Tags: map[string]VocabularyTag{