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:
Vinoth Kannan
2021-01-22 19:48:01 +05:30
committed by GitHub
parent 314e7be2b1
commit 039b4111e3
3 changed files with 3 additions and 2 deletions

View File

@ -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