mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
tests(integration): fix NestControllerTest, and UserControllerTest
This commit is contained in:
@@ -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' => [],
|
||||
|
||||
Reference in New Issue
Block a user