mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
Tests: classify x_search secret target parity
This commit is contained in:
committed by
Peter Steinberger
parent
6e3b54430c
commit
4f3009f57e
@@ -99,6 +99,9 @@ describe("exec SecretRef id parity", () => {
|
||||
if (id.startsWith("tools.web.fetch.")) {
|
||||
return "tools.web.fetch";
|
||||
}
|
||||
if (id.startsWith("tools.web.x_search.")) {
|
||||
return "tools.web.x_search";
|
||||
}
|
||||
if (id.startsWith("plugins.entries.") && id.includes(".config.webSearch.apiKey")) {
|
||||
return "tools.web.search";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user