feat(api): close credential escrow evidence readback
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 19s
CD Pipeline / build-and-deploy (push) Successful in 5m34s
CD Pipeline / post-deploy-checks (push) Successful in 1m12s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 19s
CD Pipeline / build-and-deploy (push) Successful in 5m34s
CD Pipeline / post-deploy-checks (push) Successful in 1m12s
This commit is contained in:
@@ -37,6 +37,10 @@ def test_deploy_marker_k8s_files_stay_on_controlled_runtime_profile() -> None:
|
||||
|
||||
def test_credential_escrow_intake_stays_on_controlled_runtime_profile() -> None:
|
||||
text = _workflow_text()
|
||||
assert (
|
||||
"docs/operations/awoooi-credential-escrow-evidence-controlled-closeout-receipt.snapshot.json)"
|
||||
in 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
|
||||
|
||||
Reference in New Issue
Block a user