fix: remove v02 authorization residue
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user