19960: Organize systemTagKeys
[arvados.git] / sdk / go / arvados / vocabulary_test.go
index 84b9bf2295e62e6025e0c6f03847c4d3e666a9eb..c9e9d7b0dfbc8e3b5ce899a4a672bc0c43b768ce 100644 (file)
@@ -230,14 +230,16 @@ func (s *VocabularySuite) TestNewVocabulary(c *check.C) {
                        true, "",
                        &Vocabulary{
                                reservedTagKeys: map[string]bool{
-                                       "type":                  true,
-                                       "template_uuid":         true,
-                                       "groups":                true,
-                                       "username":              true,
-                                       "image_timestamp":       true,
+                                       "container_request":     true,
+                                       "cwl_input":             true,
+                                       "cwl_output":            true,
                                        "docker-image-repo-tag": true,
                                        "filters":               true,
-                                       "container_request":     true,
+                                       "groups":                true,
+                                       "image_timestamp":       true,
+                                       "template_uuid":         true,
+                                       "type":                  true,
+                                       "username":              true,
                                },
                                StrictTags: false,
                                Tags: map[string]VocabularyTag{