diff --git a/lib/apps/fabro-cli/tests/it/cmd/inspect.rs b/lib/apps/fabro-cli/tests/it/cmd/inspect.rs index 56821fe45..0943f2230 100644 --- a/lib/apps/fabro-cli/tests/it/cmd/inspect.rs +++ b/lib/apps/fabro-cli/tests/it/cmd/inspect.rs @@ -386,7 +386,7 @@ fn inspect_completed_run_shows_run_start_conclusion_checkpoint() { "conclusion": { "status": "succeeded", "timing": "[TIMING]", - "stage_count": null + "stage_count": 3 }, "checkpoint": { "current_node": "report", @@ -458,7 +458,7 @@ fn inspect_completed_run_reads_store_without_disk_metadata_files() { "conclusion": { "status": "succeeded", "timing": "[TIMING]", - "stage_count": null + "stage_count": 3 }, "checkpoint": { "current_node": "report", @@ -518,7 +518,7 @@ fn inspect_git_backed_run_exposes_checkpoint_and_sandbox_state() { "status": "succeeded", "timing": "[TIMING]", "final_git_commit_sha": "[SHA]", - "stage_count": null + "stage_count": 3 }, "checkpoint": { "current_node": "step_two",