17944: Undo changes on tests.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 11 Nov 2021 17:04:45 +0000 (14:04 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 11 Nov 2021 17:04:45 +0000 (14:04 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

lib/controller/handler_test.go

index d6f975384eed8b323cf970c17abd2fe6d79ed15c..f854079f97d87376c9d6e3813b10b2872701d0f5 100644 (file)
@@ -97,10 +97,10 @@ func (s *HandlerSuite) TestVocabularyExport(c *check.C) {
                                "labels": [{"label": "Importance"}],
                                "values": {
                                        "HIGH": {
-                                               "labels": [{"label": "High priority"}]
+                                               "labels": [{"label": "High"}]
                                        },
                                        "LOW": {
-                                               "labels": [{"label": "Low priority"}]
+                                               "labels": [{"label": "Low"}]
                                        }
                                }
                        }
@@ -147,10 +147,10 @@ func (s *HandlerSuite) TestVocabularyFailedCheckStatus(c *check.C) {
                                "labels": [{"label": "Importance"}],
                                "values": {
                                        "HIGH": {
-                                               "labels": [{"label": "High priority"}]
+                                               "labels": [{"label": "High"}]
                                        },
                                        "LOW": {
-                                               "labels": [{"label": "Low priority"}]
+                                               "labels": [{"label": "Low"}]
                                        }
                                }
                        }