mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 10:10:18 +00:00
test: fix gateway register option collision mock
This commit is contained in:
@@ -61,6 +61,7 @@ vi.mock("../../commands/health.js", () => ({
|
||||
|
||||
vi.mock("../../config/config.js", () => ({
|
||||
loadConfig: () => ({}),
|
||||
readBestEffortConfig: async () => ({}),
|
||||
}));
|
||||
|
||||
vi.mock("../../infra/bonjour-discovery.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user