[ARVADOS] updated: 2.1.0-1594-ge60cae2f8
Git user
git at public.arvados.org
Thu Nov 11 17:06:16 UTC 2021
Summary of changes:
lib/controller/handler_test.go | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via e60cae2f887a433b2bae0921bfdfed4096c9cbd6 (commit)
from 54d36a634def086f5c3b16e897489ee84cbd27f4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e60cae2f887a433b2bae0921bfdfed4096c9cbd6
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Nov 11 14:04:45 2021 -0300
17944: Undo changes on tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/lib/controller/handler_test.go b/lib/controller/handler_test.go
index d6f975384..f854079f9 100644
--- a/lib/controller/handler_test.go
+++ b/lib/controller/handler_test.go
@@ -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"}]
}
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list