From 710ec96990b222174952c172480c772554ca034d Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 20 Apr 2026 08:50:39 -0300 Subject: [PATCH] test(titan-iac): update payload unit tests for per-test metric argument --- testing/tests/test_publish_test_metrics.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/tests/test_publish_test_metrics.py b/testing/tests/test_publish_test_metrics.py index b9863e07..74eaab72 100644 --- a/testing/tests/test_publish_test_metrics.py +++ b/testing/tests/test_publish_test_metrics.py @@ -321,6 +321,7 @@ def test_build_payload_includes_canonical_checks(): suite="titan-iac", status="ok", tests={"tests": 4, "failures": 1, "errors": 0, "skipped": 1}, + test_cases=[], ok_count=7, failed_count=2, branch="main", @@ -348,6 +349,7 @@ def test_build_payload_omits_checks_block_without_check_statuses(): suite="titan-iac", status="failed", tests={"tests": 0, "failures": 0, "errors": 0, "skipped": 0}, + test_cases=[], ok_count=1, failed_count=2, branch="",