mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 20:01:36 +00:00
fix: stabilize ci after deps refresh
This commit is contained in:
@@ -28,6 +28,10 @@ vi.mock("@mariozechner/pi-ai/oauth", async () => {
|
||||
};
|
||||
});
|
||||
|
||||
vi.mock("../../../extensions/openai/src/openai-codex-provider.runtime.js", () => ({
|
||||
getOAuthApiKey: getOAuthApiKeyMock,
|
||||
}));
|
||||
|
||||
function createModel(overrides: Partial<ProviderRuntimeModel> & Pick<ProviderRuntimeModel, "id">) {
|
||||
return {
|
||||
id: overrides.id,
|
||||
|
||||
Reference in New Issue
Block a user