Skip to content

Commit 12fe3f1

Browse files
committed
Fix failing integration tests
1 parent f31dd47 commit 12fe3f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Integration/Api/Application/Location/LocationControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testGetLocations()
3838
'pagination' => [
3939
'total' => 2,
4040
'count' => 2,
41-
'per_page' => 50,
41+
'per_page' => 100,
4242
'current_page' => 1,
4343
'total_pages' => 1,
4444
],

tests/Integration/Api/Application/Users/UserControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testGetUsers()
3838
'pagination' => [
3939
'total' => 2,
4040
'count' => 2,
41-
'per_page' => 50,
41+
'per_page' => 100,
4242
'current_page' => 1,
4343
'total_pages' => 1,
4444
],

0 commit comments

Comments
 (0)