tests(integration): fix NestControllerTest, and UserControllerTest

This commit is contained in:
Matthew Penner 2021-03-05 09:08:07 -07:00
parent f6e71e7e76
commit ffdf27e606
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ class NestControllerTest extends ApplicationApiIntegrationTestCase
'pagination' => [
'total' => 4,
'count' => 4,
'per_page' => 50,
'per_page' => 10,
'current_page' => 1,
'total_pages' => 1,
'links' => [],

View file

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