mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
test: fix github copilot discovery contract mock
This commit is contained in:
@@ -123,6 +123,7 @@ function installDiscoveryHooks(state: DiscoveryState, options: DiscoveryContract
|
||||
});
|
||||
vi.doMock("openclaw/plugin-sdk/provider-auth", () => {
|
||||
return {
|
||||
DEFAULT_COPILOT_API_BASE_URL: "https://api.individual.githubcopilot.com",
|
||||
MINIMAX_OAUTH_MARKER: "minimax-oauth",
|
||||
applyAuthProfileConfig: (config: OpenClawConfig) => config,
|
||||
buildApiKeyCredential: (
|
||||
|
||||
Reference in New Issue
Block a user