mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
FIX: show user avatar on User summary page (#6872)
This commit is contained in:
@ -22,6 +22,8 @@ describe BasicUserSerializer do
|
||||
expect(json[:name]).to be_blank
|
||||
end
|
||||
|
||||
it "returns the avatar_template" do
|
||||
expect(json[:avatar_template]).to be_present
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user