From bd8a9dc095a86e31592e14a2ea4d916ca22d3a74 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Wed, 4 Jan 2017 13:26:38 +0100 Subject: [PATCH] Approval workflow step name #629 --- test/functional/dmsf_files_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/dmsf_files_controller_test.rb b/test/functional/dmsf_files_controller_test.rb index ddbb1646..9c070190 100644 --- a/test/functional/dmsf_files_controller_test.rb +++ b/test/functional/dmsf_files_controller_test.rb @@ -58,7 +58,7 @@ class DmsfFilesControllerTest < RedmineDmsf::Test::TestCase # Permissions OK @role.add_permission! :view_dmsf_files get :view, :id => @file.id - assert_response :success + assert_response :missing # The file is not physically present. end def test_view_file_forbidden