Skip to content

Commit

Permalink
Set region in endpoint mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Dec 12, 2024
1 parent b632492 commit c1543cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ final class AccountIDEndpointModeTests: XCTestCase {
let resolver = try StaticAWSCredentialIdentityResolver(credentials)
let config = try await DynamoDBClient.Config(
awsCredentialIdentityResolver: resolver,
region: "us-east-1",
accountIdEndpointMode: accountIDEndpointMode,
httpClientEngine: ProtocolTestClient()
)
Expand Down

0 comments on commit c1543cd

Please sign in to comment.