Serve system user avatar as an asset

This commit is contained in:
Stanko K.R.
2025-11-24 13:16:14 +01:00
parent e85c5736c9
commit 46d80f2ca2
3 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@ class Users::AvatarsControllerTest < ActionDispatch::IntegrationTest
get user_avatar_path(users(:system))
assert_response :redirect
assert_redirected_to "/apple-touch-icon.png"
assert_redirected_to ActionController::Base.helpers.image_path("system_user.png")
end
test "show own initials without caching" do