Don't send Link header when don't know prev and next links (#4633)
This commit is contained in:
parent
4edf9d849f
commit
2edfdab6e6
2 changed files with 2 additions and 3 deletions
|
@ -70,8 +70,7 @@ RSpec.describe Api::V1::FavouritesController, type: :controller do
|
|||
it 'does not add pagination headers if not necessary' do
|
||||
get :index
|
||||
|
||||
expect(response.headers['Link'].find_link(['rel', 'next'])).to eq nil
|
||||
expect(response.headers['Link'].find_link(['rel', 'prev'])).to eq nil
|
||||
expect(response.headers['Link']).to eq nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue