fix: remove v02 authorization residue

This commit is contained in:
Codex Agent
2026-06-05 14:00:13 +08:00
parent c1df458c85
commit d6769bf1d3
24 changed files with 117 additions and 196 deletions
@@ -46,7 +46,7 @@ test("cloud web auth requests are proxied once", async () => {
}
});
test("cloud web proxies Admin Access write routes and leaves legacy grants local", async () => {
test("cloud web proxies Admin Access write routes", async () => {
const upstreamRequests = [];
const upstream = createServer(async (request, response) => {
let body = "";