mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 11:41:03 +08:00
FEATURE: Remove deprecated uploads url site settings.
The site settings have been replaced with direct image upload since Discourse 2.3.
This commit is contained in:
@ -17,7 +17,6 @@ RSpec.describe DiscourseNarrativeBot::CertificateGenerator do
|
||||
describe 'when SiteSetting.site_logo_small_url is blank' do
|
||||
before do
|
||||
SiteSetting.logo_small = ''
|
||||
SiteSetting.logo_small_url = ''
|
||||
end
|
||||
|
||||
it 'should not try to fetch a image' do
|
||||
|
Reference in New Issue
Block a user