From 193bf7db65fb9b4432a98613831fafbda1766ca0 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 3 Mar 2024 22:29:32 +0000 Subject: [PATCH] Merged from trunk r22758 to 5.0-stable (#39995). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22761 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/activities_controller_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/activities_controller_test.rb b/test/functional/activities_controller_test.rb index 201d47c5a..d3cdeeace 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 -- 2.39.5