1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fix one more failing test related to favicon after r22692 (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22706 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-02-13 22:54:36 +00:00
parent 437e46aa45
commit f486091b24

View File

@ -28,6 +28,6 @@ class FeedsTest < Redmine::IntegrationTest
def test_feeds_should_include_icon_tag
get '/projects.atom'
assert_response :success
assert_select 'feed>icon', :text => %r{^http://www.example.com/favicon.ico}
assert_select 'feed>icon', :text => %r{^http://www.example.com/assets/favicon-\w+.ico}
end
end