Copy & Past Fehler.

This commit is contained in:
2021-04-06 19:57:29 +02:00
parent 4871ff14dc
commit d16a4e427d
@@ -25,7 +25,7 @@ class UpdateWorkingHoursCest
{
$I->haveHttpHeader('accept', 'application/json');
$I->haveHttpHeader('content-type', 'application/json');
$I->sendPut('/working-hours/2020-01-15', [
$I->sendPut('/working-hours/2020-04-15', [
'workingDay' => '2020-04-15',
'workingTime' => '10:00:00',
]);