fix(delivery): mark deploy source sha as observed readback

This commit is contained in:
Your Name
2026-06-28 19:35:55 +08:00
parent e2abc40774
commit 90f392128d
3 changed files with 9 additions and 7 deletions

View File

@@ -77,9 +77,9 @@ def test_delivery_closure_workbench_endpoint_returns_product_summary():
"blocked_waiting_authorized_gitea_workflow_dispatch"
)
assert lanes["production_deploy"]["blocker_count"] == 1
assert lanes["production_deploy"]["metric"]["source_control_main_short_sha"] == (
"718a5d04ad4f"
)
assert lanes["production_deploy"]["metric"][
"observed_source_control_main_short_sha"
] == "718a5d04ad4f"
assert lanes["production_deploy"]["metric"][
"production_image_tag_short_sha"
] == "af45811e87"