diff --git a/extensions/amazon-bedrock/index.test.ts b/extensions/amazon-bedrock/index.test.ts index c88f59a8d63..3d20e03fe7f 100644 --- a/extensions/amazon-bedrock/index.test.ts +++ b/extensions/amazon-bedrock/index.test.ts @@ -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";