Merge branch '19926-pysdk-install-docs-fix'
[arvados.git] / sdk / go / arvados / vocabulary_test.go
index f31a4f984b36f7c70aa9987017d9596900c91173..2025f97b337749eba8a3df038b666cd85b85bb5a 100644 (file)
@@ -230,16 +230,17 @@ 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,
-                                       "docker-image-repo-tag": true,
-                                       "filters":               true,
                                        "container_request":     true,
+                                       "container_uuid":        true,
                                        "cwl_input":             true,
                                        "cwl_output":            true,
+                                       "docker-image-repo-tag": true,
+                                       "filters":               true,
+                                       "groups":                true,
+                                       "image_timestamp":       true,
+                                       "template_uuid":         true,
+                                       "type":                  true,
+                                       "username":              true,
                                },
                                StrictTags: false,
                                Tags: map[string]VocabularyTag{