Secrets: fast-path core target discovery

This commit is contained in:
Peter Steinberger
2026-04-07 01:03:30 +08:00
parent 1430de95a5
commit a22e44f259
4 changed files with 48 additions and 72 deletions

View File

@@ -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",
},
],