feat(governance): expose credential escrow intake readiness
This commit is contained in:
@@ -27,6 +27,13 @@ def test_product_manifest_changes_stay_on_controlled_runtime_profile() -> None:
|
||||
assert "tests/test_product_awoooi_manifest_standard_api.py" in text
|
||||
|
||||
|
||||
def test_credential_escrow_intake_stays_on_controlled_runtime_profile() -> None:
|
||||
text = _workflow_text()
|
||||
assert "apps/api/src/services/credential_escrow_evidence_intake_readiness.py)" in text
|
||||
assert "src/services/credential_escrow_evidence_intake_readiness.py" in text
|
||||
assert "tests/test_credential_escrow_evidence_intake_readiness_api.py" in text
|
||||
|
||||
|
||||
def test_p0_onboarding_readiness_sources_stay_on_controlled_runtime_profile() -> None:
|
||||
text = _workflow_text()
|
||||
expected_sources = [
|
||||
|
||||
Reference in New Issue
Block a user