mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:51:07 +08:00
FIX: print raw html of logo image to skip unwanted html encoding (#11805)
Currently, the image logo is broken since the image tag is rendering incorrectly.
This commit is contained in:
@ -36,6 +36,7 @@ describe "Discobot Certificate" do
|
||||
get '/discobot/certificate.svg', params: params
|
||||
|
||||
expect(response.status).to eq(200)
|
||||
expect(response.body).to include('<image height="55px" width="55px" />')
|
||||
end
|
||||
|
||||
describe 'when params are missing' do
|
||||
|
Reference in New Issue
Block a user