From: Peter Amstutz Date: Fri, 21 Oct 2022 20:57:29 +0000 (-0400) Subject: 19466: Fix typo and test with cwl_ properties X-Git-Tag: 2.5.0~52^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c634fdaf04b09ccd64d418c37dddc1eb7ff1c490 19466: Fix typo and test with cwl_ properties Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/go/arvados/vocabulary.go b/sdk/go/arvados/vocabulary.go index 17e63964fb..bf60a77026 100644 --- a/sdk/go/arvados/vocabulary.go +++ b/sdk/go/arvados/vocabulary.go @@ -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, } } diff --git a/sdk/go/arvados/vocabulary_test.go b/sdk/go/arvados/vocabulary_test.go index 84b9bf2295..f31a4f984b 100644 --- a/sdk/go/arvados/vocabulary_test.go +++ b/sdk/go/arvados/vocabulary_test.go @@ -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{