Commit 487f6e3
test(webapp): remove apiBuilderPAT.test.ts — CI lacks local postgres
The test relied on `~/db.server` reaching a postgres at localhost:5432.
That works locally with the dev docker stack but not in CI, which only
provides per-test containers via `@internal/testcontainers`. The webapp's
singleton Prisma client can't easily be redirected to a per-test
container without `vi.hoisted` plumbing, so dropping the test rather
than carrying broken CI. The PAT enrich line is one line and exercised
by manual verification — matches the rest of `apiBuilder.server.ts`,
where the other builders also have no unit tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 253c5e0 commit 487f6e3
1 file changed
Lines changed: 0 additions & 96 deletions
This file was deleted.
0 commit comments