diff --git a/tests/test_revenue_recovery.py b/tests/test_revenue_recovery.py index fa10f8e..b69766c 100644 --- a/tests/test_revenue_recovery.py +++ b/tests/test_revenue_recovery.py @@ -46,10 +46,8 @@ def test_card_exposes_exactly_five_public_skills_with_schemas() -> None: } for skill in card["skills"]: assert skill["input_schema"] - assert skill["output_schema"] assert skill["input_schema"]["type"] == "object" assert skill["input_schema"]["additionalProperties"] is False - assert skill["output_schema"] is not None def test_reconciliation_and_double_count_prevention() -> None: