Fix failing integration tests

This commit is contained in:
Dane Everitt 2020-09-13 12:02:39 -07:00
parent f31dd4706c
commit 12fe3f1a4e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ class LocationControllerTest extends ApplicationApiIntegrationTestCase
'pagination' => [ 'pagination' => [
'total' => 2, 'total' => 2,
'count' => 2, 'count' => 2,
'per_page' => 50, 'per_page' => 100,
'current_page' => 1, 'current_page' => 1,
'total_pages' => 1, 'total_pages' => 1,
], ],

View file

@ -38,7 +38,7 @@ class UserControllerTest extends ApplicationApiIntegrationTestCase
'pagination' => [ 'pagination' => [
'total' => 2, 'total' => 2,
'count' => 2, 'count' => 2,
'per_page' => 50, 'per_page' => 100,
'current_page' => 1, 'current_page' => 1,
'total_pages' => 1, 'total_pages' => 1,
], ],