mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
Fix the build.
1481ea640c2bdcb6e6ef5d5cf991ef9195f7151f broke it.
This commit is contained in:
@ -1241,6 +1241,7 @@ describe UsersController do
|
||||
expect(::JSON.parse(response.body)['errors'].first).to include(I18n.t('errors.messages.sso_overrides_username'))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe '#check_username' do
|
||||
it 'raises an error without any parameters' do
|
||||
|
Reference in New Issue
Block a user