mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
fix(agents): align runtime with updated deps
This commit is contained in:
@@ -4,7 +4,7 @@ import { listLegacyWebFetchConfigPaths, migrateLegacyWebFetchConfig } from "./le
|
||||
|
||||
describe("legacy web fetch config", () => {
|
||||
it("migrates legacy Firecrawl fetch config into plugin-owned config", () => {
|
||||
const res = migrateLegacyWebFetchConfig<OpenClawConfig>({
|
||||
const res = migrateLegacyWebFetchConfig({
|
||||
tools: {
|
||||
web: {
|
||||
fetch: {
|
||||
@@ -40,7 +40,7 @@ describe("legacy web fetch config", () => {
|
||||
});
|
||||
|
||||
it("drops legacy firecrawl.enabled when migrating plugin-owned config", () => {
|
||||
const res = migrateLegacyWebFetchConfig<OpenClawConfig>({
|
||||
const res = migrateLegacyWebFetchConfig({
|
||||
tools: {
|
||||
web: {
|
||||
fetch: {
|
||||
|
||||
Reference in New Issue
Block a user