From 2f837dd2449f9d081ba0512df067d1cec2f06eb1 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sat, 18 Jul 2026 10:15:41 +0000 Subject: [PATCH] a2a-source-edit: write tests/test_full_stack_contract.py --- tests/test_full_stack_contract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_full_stack_contract.py b/tests/test_full_stack_contract.py index 8561b76..2945793 100644 --- a/tests/test_full_stack_contract.py +++ b/tests/test_full_stack_contract.py @@ -53,6 +53,7 @@ def test_full_stack_product_contract(): assert card.runtime.pricing.caller_pays_llm is False assert card.runtime.platform_resources.databases assert card.runtime.platform_resources.databases[0].migrations.path == "db/migrations" + assert card.workspace_access.enabled is True def test_review_success_fixture_is_deterministic():