Improve spec coverage and clean up api/v1/follow_requests controller (#3465)
This commit is contained in:
parent
84dda45df9
commit
0f155829b7
2 changed files with 53 additions and 13 deletions
|
@ -14,7 +14,7 @@ RSpec.describe Api::V1::FollowRequestsController, type: :controller do
|
|||
|
||||
describe 'GET #index' do
|
||||
before do
|
||||
get :index
|
||||
get :index, params: { limit: 1 }
|
||||
end
|
||||
|
||||
it 'returns http success' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue