Fix test for changed expectation refs #13973
[arvados.git] / apps / workbench / test / integration / work_units_test.rb
index 5f6ef9988bab245ad054e78f13da5b6d65462850..e5cc6e4dc050d47bfa2d6220a4ec02528ef7aa05 100644 (file)
@@ -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