fix(api): MS22 Phase 1 post-coding audit (#625)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-01 19:53:49 +00:00
committed by jason.woltje
parent a25a77a43c
commit 3607554902
5 changed files with 233 additions and 27 deletions
@@ -64,6 +64,7 @@ describe("ChatProxyService", () => {
expect.objectContaining({
method: "POST",
headers: {
Authorization: "Bearer gateway-token",
"Content-Type": "application/json",
},
})