fix the build

This commit is contained in:
Arpit Jalan 2015-10-14 19:20:30 +05:30
parent 2eece87206
commit b60bceba36
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ describe User do
expect(user.small_avatar_url).to eq("//test.localhost/letter_avatar/sam/45/#{LetterAvatar.version}.png")
SiteSetting.external_system_avatars_enabled = true
expect(user.small_avatar_url).to eq("https://avatars.discourse.org/letter/s/5f9b8f/45.png")
expect(user.small_avatar_url).to eq("https://avatars.discourse.org/v2/letter/s/5f9b8f/45.png")
end
end