mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
fix: finalize issue changes
This commit is contained in:
committed by
Peter Steinberger
parent
74270762ff
commit
0e04ca36b9
@@ -272,7 +272,9 @@ describe("gateway plugin HTTP auth boundary", () => {
|
||||
},
|
||||
],
|
||||
}),
|
||||
log: { warn: vi.fn() } as Parameters<typeof createGatewayPluginRequestHandler>[0]["log"],
|
||||
log: { warn: vi.fn() } as unknown as Parameters<
|
||||
typeof createGatewayPluginRequestHandler
|
||||
>[0]["log"],
|
||||
});
|
||||
|
||||
await withTempConfig({
|
||||
@@ -345,7 +347,9 @@ describe("gateway plugin HTTP auth boundary", () => {
|
||||
},
|
||||
],
|
||||
}),
|
||||
log: { warn: vi.fn() } as Parameters<typeof createGatewayPluginRequestHandler>[0]["log"],
|
||||
log: { warn: vi.fn() } as unknown as Parameters<
|
||||
typeof createGatewayPluginRequestHandler
|
||||
>[0]["log"],
|
||||
});
|
||||
|
||||
await withGatewayServer({
|
||||
|
||||
Reference in New Issue
Block a user