Skip to content

Commit

Permalink
fix(ZMS-3253): try fix one zmsapi unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Fink authored and Tom Fink committed Nov 14, 2024
1 parent 47565c8 commit 3f8030e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zmsapi/tests/Zmsapi/AvailabilityUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ public function testRendering()
$input['startDate'] = $currentTimestamp + (2 * 24 * 60 * 60); // Set startDate to 2 days in the future
$input['endDate'] = $currentTimestamp + (5 * 24 * 60 * 60); // Set endDate to 5 days in the future

error_log(json_encode($input)); // Log for debugging


// Write the entity using the modified input
$entity = (new Query())->writeEntity($input);
error_log(json_encode($entity)); // Log for debugging
$this->setWorkstation();

// Prepare the response and test rendering
Expand Down

0 comments on commit 3f8030e

Please sign in to comment.