tests(integration): fix NestControllerTest, and UserControllerTest
This commit is contained in:
parent
f6e71e7e76
commit
ffdf27e606
2 changed files with 2 additions and 2 deletions
|
@ -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' => [],
|
||||
|
|
|
@ -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' => [],
|
||||
|
|
Loading…
Reference in a new issue