mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
Fix failing spec.
This commit is contained in:
@ -527,7 +527,7 @@ describe UsersController do
|
|||||||
render_views
|
render_views
|
||||||
|
|
||||||
it 'should return the right response' do
|
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)
|
expect(response.status).to eq(200)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user