test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6
steipete
·
2026-04-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -173,6 +173,7 @@ describe("non-extension test boundaries", () => {
|
173 | 173 | it("keeps bundled plugin public-surface imports on an explicit core allowlist", () => { |
174 | 174 | const allowed = new Set([ |
175 | 175 | "src/auto-reply/reply.triggers.trigger-handling.test-harness.ts", |
| 176 | +"src/agents/models-config.providers.ollama.test.ts", |
176 | 177 | "src/commands/channel-test-registry.ts", |
177 | 178 | "src/plugin-sdk/testing.ts", |
178 | 179 | ]); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。