diff --git a/test/functional/dmsf_files_controller_test.rb b/test/functional/dmsf_files_controller_test.rb index 9c070190..ddbb1646 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 :missing # The file is not physically present. + assert_response :success end def test_view_file_forbidden