mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 11:41:03 +08:00
Make s3 region site setting a drop down
This commit is contained in:
@ -34,6 +34,10 @@ describe Admin::SiteSettingsController do
|
||||
xhr :put, :update, id: 'test_setting', value: 'hello'
|
||||
end
|
||||
|
||||
# it 'allows value to be a blank string' do
|
||||
# SiteSetting.expects(:'test_setting=').with('').once
|
||||
# xhr :put, :update, id: 'test_setting', value: ''
|
||||
# end
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user