Skip to content

Commit

Permalink
test(credential-provider-node): supply region explicitly to sts client (
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv authored Feb 6, 2024
1 parent 47bdcaf commit 5afac5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ describe("credential-provider-node integration test", () => {
describe("fromSSO", () => {
it("should resolve SSO credentials if legacy SSO parameters are supplied directly", async () => {
sts = new STS({
region: "us-sso-1",
credentials: defaultProvider({
ssoStartUrl: "SSO_START_URL",
ssoAccountId: "1234",
Expand Down

0 comments on commit 5afac5e

Please sign in to comment.