Update packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-03-06 14:20:04 +01:00
committed by Fredrik Adelöw
parent f3f5cac4d1
commit d3cb061c5f
@@ -22,7 +22,7 @@ import {
GetCallerIdentityCommand,
AssumeRoleCommand,
} from '@aws-sdk/client-sts';
// this is an internal package that ths sdk uses behind the scenes, and we need to mock parts of it
// this is an internal package that the sdk uses behind the scenes, and we need to mock parts of it
// eslint-disable-next-line @backstage/no-undeclared-imports
import {
STSClient as NestedSTSClient,