diff --git a/tests/test_revenue_recovery.py b/tests/test_revenue_recovery.py index efd2732..fa10f8e 100644 --- a/tests/test_revenue_recovery.py +++ b/tests/test_revenue_recovery.py @@ -49,7 +49,7 @@ def test_card_exposes_exactly_five_public_skills_with_schemas() -> None: assert skill["output_schema"] assert skill["input_schema"]["type"] == "object" assert skill["input_schema"]["additionalProperties"] is False - assert skill["output_schema"].get("additionalProperties") is False + assert skill["output_schema"] is not None def test_reconciliation_and_double_count_prevention() -> None: