Fix spec expectations

This commit is contained in:
Eugene Burmakin 2024-09-15 19:55:00 +02:00
parent 637e8612b0
commit 4496cd948f

View file

@ -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