8650: test and fixture update
[arvados.git] / apps / workbench / test / unit / work_unit_test.rb
index e8af04c330f786351864291bae34597f4ef777de..db38b8e2a8ae98d69d9fd9910cfff1588243196f 100644 (file)
@@ -10,6 +10,7 @@ class WorkUnitTest < ActiveSupport::TestCase
     [PipelineInstance, 'pipeline_in_running_state', nil, 1, "Running", nil, 0.0],
     [PipelineInstance, 'has_component_with_completed_jobs', nil, 3, "Complete", true, 1.0],
     [PipelineInstance, 'pipeline_with_tagged_collection_input', "pwu", 1, "Ready", nil, 0.0],
+    [Container, 'requester', 'cwu', 1, "Complete", true, 1.0],
   ].each do |type, fixture, label, num_children, state, success, progress|
     test "children of #{fixture}" do
       use_token 'active'