mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
Fix failing spec.
This commit is contained in:
parent
66062ed6d9
commit
ea1733ca64
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ describe UsersController do
|
|||
render_views
|
||||
|
||||
it 'should return the right response' do
|
||||
get :admin_login, params: { email: 'random' }
|
||||
put :admin_login, params: { email: 'random' }
|
||||
|
||||
expect(response.status).to eq(200)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue