[ARVADOS] updated: 1.2.0-76-g5fc7f6181
Git user
git at public.curoverse.com
Sat Aug 25 09:19:30 EDT 2018
Summary of changes:
apps/workbench/test/integration/work_units_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5fc7f61811373868b4740de6ce002b6bbdfccd7e (commit)
from 0a9f43066d71e9e7ee04ce121083336ee7333a9d (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 5fc7f61811373868b4740de6ce002b6bbdfccd7e
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Sat Aug 25 09:19:15 2018 -0400
Fix test for changed expectation refs #13973
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/apps/workbench/test/integration/work_units_test.rb b/apps/workbench/test/integration/work_units_test.rb
index 5f6ef9988..e5cc6e4dc 100644
--- a/apps/workbench/test/integration/work_units_test.rb
+++ b/apps/workbench/test/integration/work_units_test.rb
@@ -93,7 +93,7 @@ class WorkUnitsTest < ActionDispatch::IntegrationTest
assert_text 'created_at'
if cancelable
- assert_text 'priority: 1' if type.include?('container')
+ assert_text 'priority: 501' if type.include?('container')
if type.include?('pipeline')
assert_selector 'a', text: 'Pause'
first('a,link', text: 'Pause').click
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list