Skip to content

Commit 9ac5198

Browse files
committed
fix: set AWS_REGION variable
1 parent 6aa275e commit 9ac5198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-utils/jest.setup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
process.env.AWS_ACCESS_KEY_ID = 'fake-id';
22
process.env.AWS_SECRET_ACCESS_KEY = 'fake-key';
3-
process.env.AWS_DEFAULT_REGION = 'us-east-1';
3+
process.env.AWS_REGION = 'us-east-1';

0 commit comments

Comments
 (0)