Fix test of statuses limit
This commit is contained in:
parent
60241d9b72
commit
8b8d49545f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ describe Api::V1::Circles::StatusesController do
|
||||||
|
|
||||||
describe 'GET #index' do
|
describe 'GET #index' do
|
||||||
it 'returns http success' do
|
it 'returns http success' do
|
||||||
get :show, params: { circle_id: circle.id, limit: 1 }
|
get :show, params: { circle_id: circle.id, limit: 5 }
|
||||||
|
|
||||||
expect(response).to have_http_status(200)
|
expect(response).to have_http_status(200)
|
||||||
json = body_as_json
|
json = body_as_json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue