mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
parent
8531056ad5
commit
3b575b82f3
|
@ -1238,7 +1238,8 @@ describe UsersController do
|
|||
put "/u/#{user.username}/preferences/username.json", params: { new_username: new_username }
|
||||
|
||||
expect(response.status).to eq(422)
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user