mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix failing spec.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user