From b9f72246c93337366a50440521f8559a9fb4c57c Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 28 Sep 2024 09:26:46 +0000 Subject: [PATCH] Fixes failing test (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23086 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/helpers/application_helper_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index bad102c20..e5f97739b 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1716,7 +1716,7 @@ class ApplicationHelperTest < Redmine::HelperTest Regexp.new( '
' \ '' \ - '' \ + '' \ 'Edit this section' \ '
' \ '' \ @@ -1731,7 +1731,7 @@ class ApplicationHelperTest < Redmine::HelperTest Regexp.new( '
' \ '' \ - '' \ + '' \ 'Edit this section' \ '
' \ '' \ -- 2.39.5