Skip to content

Commit

Permalink
Set AWS_REGION in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 committed Nov 26, 2024
1 parent f731f75 commit bae7734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/containerSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async function createAndBootstrapLocalstackContainer() {
const localstackContainer = await new LocalstackContainer().start();

process.env.AWS_ENDPOINT_URL = localstackContainer.getConnectionUri();
process.env.AWS_REGION = "us-east-1";
process.env.PRODUCT_IMAGE_BUCKET_NAME = "product-images";

const bucketCreateRequest = await localstackContainer.exec(
Expand Down

0 comments on commit bae7734

Please sign in to comment.