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
fix(LLMO-4070): seed S3 config in IT harness to fix PATCH /sites/:id/:auditType 500s
Configuration is read from S3 (not PostgREST), so the dummy-config-bucket
was missing in MinIO, causing Configuration.findLatest() to throw on every
PATCH request and surface as a 500 in IT tests. Seed a minimal config with
all known handlers on harness startup.
Also adds the context.data null branch test for patchAuditForSite (100%
branch coverage on audits.js).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments