Changed billable_rate_update_time_entries to real boolean

This commit is contained in:
Constantin Graf
2024-06-24 14:05:26 +02:00
committed by Gregor Vostrak
parent a69d1cb4c4
commit 75e739f6fb
8 changed files with 12 additions and 16 deletions

View File

@@ -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