From: Marius Balteanu Date: Sun, 3 Mar 2024 22:26:24 +0000 (+0000) Subject: Fix rubocop warning (#39995). X-Git-Tag: 6.0.0~387 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=805e51464eae75aa0528a38bd4dbe078f5b0edef;p=redmine.git Fix rubocop warning (#39995). git-svn-id: https://svn.redmine.org/redmine/trunk@22758 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/activities_controller_test.rb b/test/functional/activities_controller_test.rb index 0d5f44b15..20f0b123d 100644 --- a/test/functional/activities_controller_test.rb +++ b/test/functional/activities_controller_test.rb @@ -70,7 +70,6 @@ class ActivitiesControllerTest < Redmine::ControllerTest assert_response :success assert_select '#sidebar input#with_subprojects', :count => 0 - end def test_project_index_with_invalid_project_id_should_respond_404