From 05ac1e027fe440d6081a4ca74e77e0f13aea4718 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sun, 19 Jul 2026 19:58:02 +0000 Subject: [PATCH] a2a-source-edit: write tests/test_full_stack_contract.py --- tests/test_full_stack_contract.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_full_stack_contract.py b/tests/test_full_stack_contract.py index e4db8b5..959ba28 100644 --- a/tests/test_full_stack_contract.py +++ b/tests/test_full_stack_contract.py @@ -53,7 +53,8 @@ def test_deterministic_analysis_fixture(): trends = agent._build_trends(rows) assert trends["status_counts"] == {"green": 2, "yellow": 1, "red": 1} assert trends["average_utilization"] == 78.8 - assert len(exceptions) == 3 + assert len(exceptions) == 2 + assert {item["client"] for item in exceptions} == {"Beacon CRM", "Cedar Mobile"} csv_text = agent._rows_to_csv(rows) assert "agency-ops-dashboard" not in csv_text assert "Acme Portal" in csv_text