mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-23 00:33:46 +02:00
Fix failing integration tests
This commit is contained in:
@@ -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,
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user