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:
Guo Xiang Tan
2020-06-17 16:50:50 +08:00
parent 516a03be09
commit 3370ef188e
11 changed files with 0 additions and 388 deletions

View File

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