From e4be995411bb621900f37349d7e9291e175fd84f Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sat, 18 Jul 2026 07:14:39 +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 fe8076e..71e4901 100644 --- a/tests/test_full_stack_contract.py +++ b/tests/test_full_stack_contract.py @@ -55,7 +55,8 @@ def test_full_stack_product_contract(): assert databases and databases[0].scope == "user" assert databases[0].migrations is not None assert databases[0].migrations.path == "db/migrations" - assert str(card.runtime.llm_provisioning) != "platform", "deterministic agent should not require caller LLM" + assert card.runtime.pricing.caller_pays_llm is False + assert card.runtime.workspace_access.enabled is True def test_extractor_success_fixture_exact_dates():