mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 11:41:03 +08:00
reset bounce score when email is successfully changed
This commit is contained in:
@ -255,7 +255,6 @@ describe UsersController do
|
||||
user.reload
|
||||
|
||||
expect(session["password-#{token}"]).to be_blank
|
||||
|
||||
expect(UserAuthToken.where(id: user_auth_token.id).count).to eq(0)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user