From a9518e28b86a330cbbc2cd2c9170e1cd38c458e2 Mon Sep 17 00:00:00 2001 From: Go MAEDA <maeda@farend.jp> Date: Sat, 18 May 2024 05:56:55 +0000 Subject: Fix RuboCop offense Rails/HttpStatus (#39889). git-svn-id: https://svn.redmine.org/redmine/trunk@22837 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/reports_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/reports_controller_test.rb') diff --git a/test/functional/reports_controller_test.rb b/test/functional/reports_controller_test.rb index 9f6624f6a..497176b1d 100644 --- a/test/functional/reports_controller_test.rb +++ b/test/functional/reports_controller_test.rb @@ -242,7 +242,7 @@ class ReportsControllerTest < Redmine::ControllerTest :detail => 'invalid' } ) - assert_response 404 + assert_response :not_found end def test_issue_report_details_should_csv_export -- cgit v1.2.3