Merge branch 'master' into 2761-diagnostic-suite
[arvados.git] / apps / workbench / test / functional / pipeline_instances_controller_test.rb
index c04b5b1f90ddd96152e997b5cc0b7b973c001bc1..fbfbf34e44bc35c6641ac9b98aa2188393f031d8 100644 (file)
@@ -71,4 +71,11 @@ class PipelineInstancesControllerTest < ActionController::TestCase
       end
     end
   end
+
+  test "component rendering copes with unexpeceted components format" do
+    get(:show,
+        {id: api_fixture("pipeline_instances")["components_is_jobspec"]["uuid"]},
+        session_for(:active))
+    assert_response :success
+  end
 end