fix: finalize issue changes

This commit is contained in:
Pavan Kumar Gondhi
2026-04-02 16:58:49 +00:00
committed by Peter Steinberger
parent 74270762ff
commit 0e04ca36b9

View File

@@ -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({