You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(get): cover UUID-by-UUID paid-required path on public proxy
`get_uuid_paid_patch_via_public_proxy_emits_paid_required_envelope`
in `get_invariants.rs`: mocks the public-proxy `/patch/view/<uuid>`
endpoint to serve `tier: "paid"` and asserts the JSON envelope
shape (`status: paid_required`, `found:1, downloaded:0, applied:0`,
`patches[0].tier: "paid"`).
The existing paid-required test covered the package-name search
path; this one closes the UUID-fetch branch in
`commands/get.rs:756-768` that was never driven.
Assisted-by: Claude Code:claude-opus-4-7
0 commit comments