mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:58:27 +00:00
refactor(security): unify gateway scope authorization flows
This commit is contained in:
@@ -13,6 +13,7 @@ vi.mock("./tools/gateway.js", () => ({
|
||||
}
|
||||
return { ok: true };
|
||||
}),
|
||||
readGatewayCallOptions: vi.fn(() => ({})),
|
||||
}));
|
||||
|
||||
describe("gateway tool", () => {
|
||||
|
||||
Reference in New Issue
Block a user