fix(qwen): use plugin test boundary helpers

This commit is contained in:
Peter Steinberger
2026-04-27 12:36:46 +01:00
parent c59af3caf7
commit 3da6d6ee18

View File

@@ -1,6 +1,6 @@
import type { OpenClawConfig } from "openclaw/plugin-sdk/testing";
import { describe, expect, it } from "vitest";
import type { OpenClawConfig } from "../../src/config/types.js";
import { registerSingleProviderPlugin } from "../../src/test-utils/plugin-registration.js";
import { registerSingleProviderPlugin } from "../../test/helpers/plugins/plugin-registration.js";
import qwenPlugin from "./index.js";
async function registerQwenProvider() {