From a0de51bd5c4ed897e29fd30eb689188c9ded259d Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 16 Mar 2026 20:36:48 +0000 Subject: [PATCH] Backport r24493 to 6.0-stable (#43869). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@24501 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 29131b60c..89c4facc5 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -8911,6 +8911,4 @@ class IssuesControllerTest < Redmine::ControllerTest end end end - - end