test(release): use public plugin test env

This commit is contained in:
Peter Steinberger
2026-05-10 00:09:48 +01:00
parent ba6dbffca8
commit b6d63c0acd

View File

@@ -6,8 +6,8 @@ import {
buildPluginApi,
registerSingleProviderPlugin,
} from "openclaw/plugin-sdk/plugin-test-runtime";
import { withEnvAsync } from "openclaw/plugin-sdk/test-env";
import { afterAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { withEnvAsync } from "../../src/test-utils/env.js";
import { setAwsSharedIniFileLoaderForTest } from "./aws-credential-refresh.js";
import { resetBedrockDiscoveryCacheForTest } from "./discovery.js";
import amazonBedrockPlugin from "./index.js";