X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3723f697b61ce60858455473b3a5464a2da65bfb..2d392cf1c0726dcde178199fdafc094ee62a954a:/apps/workbench/test/controllers/workflows_controller_test.rb diff --git a/apps/workbench/test/controllers/workflows_controller_test.rb b/apps/workbench/test/controllers/workflows_controller_test.rb index 654f3175f7..14db731381 100644 --- a/apps/workbench/test/controllers/workflows_controller_test.rb +++ b/apps/workbench/test/controllers/workflows_controller_test.rb @@ -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