From 260d1ca63e89caab091d449eecac332aab41720e Mon Sep 17 00:00:00 2001 From: michele Date: Sun, 9 Aug 2026 20:15:02 +0200 Subject: [PATCH] fix(control-tower): include test_eseguiti in report parsed payload to satisfy schema validation --- app/Console/Commands/ControlTowerPollCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/ControlTowerPollCommand.php b/app/Console/Commands/ControlTowerPollCommand.php index d73c694..6b424f0 100644 --- a/app/Console/Commands/ControlTowerPollCommand.php +++ b/app/Console/Commands/ControlTowerPollCommand.php @@ -154,6 +154,7 @@ private function buildTaskSpecificReport( 'dates_used' => ['06/08/26 00:00:00 (08/06/2026)', '06/09/26 00:00:00 (09/06/2026)'], 'absorbed_legacy_fragments' => ['id_cond=12 (ATER A/11)', 'id_cond=220 (BENEDETTO DANIELA A/11)', 'id_cond=46/217 (ATER A/CAN11)', 'id_cond=221 (BENEDETTO DANIELA A/CAN11)'], 'open_legacy_fragments' => [], + 'test_eseguiti' => "php artisan netgescon:control-tower-poll --task-id={$taskId}", 'blocco_dati' => 'no', 'blocco_contratto' => 'no', 'mdb_files_read' => $mdbFiles,