mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
test(googlechat): mirror gaxios interceptor surface
This commit is contained in:
@@ -37,6 +37,10 @@ vi.mock("openclaw/plugin-sdk/ssrf-runtime", () => {
|
||||
vi.mock("gaxios", () => ({
|
||||
Gaxios: class {
|
||||
defaults: unknown;
|
||||
interceptors = {
|
||||
request: { add: vi.fn() },
|
||||
response: { add: vi.fn() },
|
||||
};
|
||||
|
||||
constructor(defaults?: unknown) {
|
||||
this.defaults = defaults;
|
||||
|
||||
Reference in New Issue
Block a user