test(release): use public plugin test env · openclaw/openclaw@b6d63c0
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,8 @@ import {
|
6 | 6 | buildPluginApi, |
7 | 7 | registerSingleProviderPlugin, |
8 | 8 | } from "openclaw/plugin-sdk/plugin-test-runtime"; |
| 9 | +import { withEnvAsync } from "openclaw/plugin-sdk/test-env"; |
9 | 10 | import { afterAll, afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
10 | | -import { withEnvAsync } from "../../src/test-utils/env.js"; |
11 | 11 | import { setAwsSharedIniFileLoaderForTest } from "./aws-credential-refresh.js"; |
12 | 12 | import { resetBedrockDiscoveryCacheForTest } from "./discovery.js"; |
13 | 13 | import amazonBedrockPlugin from "./index.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。