mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 19:51:11 +00:00
Secrets: fast-path core target discovery
This commit is contained in:
@@ -445,8 +445,8 @@ describe("resolveCommandSecretRefsViaGateway", () => {
|
||||
callGateway.mockResolvedValueOnce({
|
||||
assignments: [
|
||||
{
|
||||
path: TALK_TEST_PROVIDER_API_KEY_PATH,
|
||||
pathSegments: [...TALK_TEST_PROVIDER_API_KEY_PATH_SEGMENTS],
|
||||
path: "talk.providers.missing.apiKey",
|
||||
pathSegments: ["talk", "providers", "missing", "apiKey"],
|
||||
value: "sk-live",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user