fix: correct import path in test and restore deleted schema help entries

This commit is contained in:
smartprogrammer93
2026-02-16 21:35:48 +00:00
committed by Peter Steinberger
parent 6d2e3685d6
commit fc6d53c895
2 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import type { OpenClawConfig } from "../config/config.js";
import type { OpenClawConfig } from "../../config/config.js";
import { isUrlAllowedByAllowlist, resolveFetchUrlAllowlist } from "./web-fetch.js";
import { filterResultsByAllowlist, resolveUrlAllowlist } from "./web-search.js";