Browse Source

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
pull/149/head
Marius Balteanu 2 months ago
parent
commit
f486091b24
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/integration/feeds_test.rb

+ 1
- 1
test/integration/feeds_test.rb 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

Loading…
Cancel
Save