mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: Properly support defaults for upload site settings.
This commit is contained in:
@ -27,7 +27,7 @@ describe "Discobot Certificate" do
|
||||
it 'should return the right text' do
|
||||
stub_request(:get, /letter_avatar_proxy/).to_return(status: 200)
|
||||
|
||||
stub_request(:get, "http://test.localhost//images/d-logo-sketch-small.png")
|
||||
stub_request(:get, SiteSetting.site_logo_small_url)
|
||||
.to_return(status: 200)
|
||||
|
||||
get '/discobot/certificate.svg', params: params
|
||||
|
Reference in New Issue
Block a user