mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 08:41:41 +00:00
Add OpenAI OAuth TLS preflight and doctor prerequisite check
This commit is contained in:
committed by
George Pickett
parent
0f1388fa15
commit
f181b7dbe6
@@ -49,3 +49,7 @@ vi.mock("./doctor-ui.js", () => ({
|
||||
vi.mock("./doctor-workspace-status.js", () => ({
|
||||
noteWorkspaceStatus: vi.fn(),
|
||||
}));
|
||||
|
||||
vi.mock("./oauth-tls-preflight.js", () => ({
|
||||
noteOpenAIOAuthTlsPrerequisites: vi.fn().mockResolvedValue(undefined),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user