mirror of
https://github.com/discourse/discourse.git
synced 2025-04-08 02:40:47 +08:00
DEV: Correct typo in users_controller_spec
This commit is contained in:
parent
5b320e6652
commit
d003ae45f9
@ -545,7 +545,7 @@ describe UsersController do
|
|||||||
post "/u.json", params: {
|
post "/u.json", params: {
|
||||||
name: @user.name,
|
name: @user.name,
|
||||||
username: @user.username,
|
username: @user.username,
|
||||||
passsword: 'tesing12352343'
|
password: 'tesing12352343'
|
||||||
}
|
}
|
||||||
expect(response.status).to eq(400)
|
expect(response.status).to eq(400)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user