fabro/lib
Bryan Helmkamp 87ddfafef1
fix(tests): isolate bulk_skip model test from shared vault state
Other tests in the workspace (e.g. secret_list_json_returns_metadata_only)
write ANTHROPIC_API_KEY to the shared session daemon's vault. When that
test runs before bulk_skip_exits_zero_and_prints_summary, the shared
server resolves Anthropic as configured via vault env-lookup fallback,
attempts to call the real Anthropic API with the leaked test value, and
fails with a 401 "invalid x-api-key" instead of returning a skip.

Spawn an isolated server with a fresh vault so the bulk test's "no
credentials configured" precondition holds regardless of which other
tests share the nextest session.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 11:56:23 -04:00
..
crates fix(tests): isolate bulk_skip model test from shared vault state 2026-05-13 11:56:23 -04:00
packages/fabro-api-client feat(model): describe catalog model capabilities 2026-05-13 08:25:57 -04:00