10005: update workflow fixture name and description as well and update workbench...
[arvados.git] / apps / workbench / test / controllers / workflows_controller_test.rb
index 654f3175f7c9a54283ed3049d344b0cf4c0f64aa..14db731381cd97ae09324d7300d74cd765ad5bef 100644 (file)
@@ -4,6 +4,6 @@ class WorkflowsControllerTest < ActionController::TestCase
   test "index" do
     get :index, {}, session_for(:active)
     assert_response :success
-    assert_includes @response.body, 'Valid workflow with no workflow yaml'
+    assert_includes @response.body, 'Valid workflow with no definition yaml'
   end
 end