mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Improve spec coverage and clean up api/v1/follow_requests controller (#3465)
This commit is contained in:
committed by
Eugen Rochko
parent
84dda45df9
commit
0f155829b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user