parent
8531056ad5
commit
3b575b82f3
|
@ -1241,6 +1241,7 @@ describe UsersController do
|
||||||
expect(::JSON.parse(response.body)['errors'].first).to include(I18n.t('errors.messages.sso_overrides_username'))
|
expect(::JSON.parse(response.body)['errors'].first).to include(I18n.t('errors.messages.sso_overrides_username'))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
describe '#check_username' do
|
describe '#check_username' do
|
||||||
it 'raises an error without any parameters' do
|
it 'raises an error without any parameters' do
|
||||||
|
|
Loading…
Reference in New Issue