mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
Fixes after merge
This commit is contained in:
@@ -143,7 +143,7 @@ class TimeEntryEndpointTest extends ApiEndpointTestAbstract
|
||||
// Act
|
||||
$response = $this->getJson(route('api.v1.time-entries.index', [
|
||||
$data->organization->getKey(),
|
||||
'active' => true,
|
||||
'active' => 'true',
|
||||
'user_id' => $data->user->getKey(),
|
||||
]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user