mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
Changed billable_rate_update_time_entries to real boolean
This commit is contained in:
committed by
Gregor Vostrak
parent
a69d1cb4c4
commit
75e739f6fb
@@ -142,7 +142,7 @@ class OrganizationEndpointTest extends ApiEndpointTestAbstract
|
||||
$response = $this->withoutExceptionHandling()->putJson(route('api.v1.organizations.update', [$data->organization->getKey()]), [
|
||||
'name' => $organizationFake->name,
|
||||
'billable_rate' => $organizationFake->billable_rate,
|
||||
'billable_rate_update_time_entries' => 'true',
|
||||
'billable_rate_update_time_entries' => true,
|
||||
]);
|
||||
|
||||
// Assert
|
||||
|
||||
Reference in New Issue
Block a user