fix(test): use focused plugin sdk test seams

This commit is contained in:
Peter Steinberger
2026-04-27 22:47:51 +01:00
parent 24b45a038c
commit c35a96bcbc
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import {
clearRuntimeConfigSnapshot,
setRuntimeConfigSnapshot,
} from "openclaw/plugin-sdk/config-runtime";
} from "openclaw/plugin-sdk/runtime-config-snapshot";
import { vi, type Mock } from "vitest";
import { finalizeTelegramInboundContextForTest } from "./bot-message-context.session-runtime-test-support.js";