mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 18:50:24 +00:00
test: keep models command coverage off auth scans
This commit is contained in:
@@ -20,6 +20,10 @@ vi.mock("../../agents/model-catalog.js", () => ({
|
||||
]),
|
||||
}));
|
||||
|
||||
vi.mock("../../agents/model-auth-label.js", () => ({
|
||||
resolveModelAuthLabel: () => undefined,
|
||||
}));
|
||||
|
||||
const telegramModelsTestPlugin: ChannelPlugin = {
|
||||
...createChannelTestPluginBase({
|
||||
id: "telegram",
|
||||
|
||||
Reference in New Issue
Block a user