mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Fix spec expectations
This commit is contained in:
parent
637e8612b0
commit
4496cd948f
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ RSpec.describe 'Api::V1::Points', type: :request do
|
|||
|
||||
expect(response).to have_http_status(:ok)
|
||||
|
||||
expect(response.headers['X-Current-Page']).to eq(2)
|
||||
expect(response.headers['X-Total-Pages']).to eq(15)
|
||||
expect(response.headers['X-Current-Page']).to eq('2')
|
||||
expect(response.headers['X-Total-Pages']).to eq('15')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue