From d3cb061c5fa88343a9e913db9cf08cb10bf7ad51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 6 Mar 2026 14:20:04 +0100 Subject: [PATCH] Update packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fredrik Adelöw --- .../src/DefaultAwsCredentialsManager.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts b/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts index 60fa190ee9..e8d295c200 100644 --- a/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts +++ b/packages/integration-aws-node/src/DefaultAwsCredentialsManager.test.ts @@ -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,