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():