mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 21:10:27 +00:00
test: sync cli and doctor config expectations
This commit is contained in:
@@ -17,7 +17,9 @@ const SECRET_TARGET_CALLSITES = [
|
||||
function hasSupportedTargetIdsWiring(source: string): boolean {
|
||||
return (
|
||||
/targetIds:\s*get[A-Za-z0-9_]+\(\)/m.test(source) ||
|
||||
/targetIds:\s*scopedTargets\.targetIds/m.test(source)
|
||||
/targetIds:\s*getAgentRuntimeCommandSecretTargetIds\(/m.test(source) ||
|
||||
/targetIds:\s*scopedTargets\.targetIds/m.test(source) ||
|
||||
source.includes("collectStatusScanOverview({")
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user