Skip to content

Commit

Permalink
fix incorrectly referenced env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon McAllister authored and Simon McAllister committed Mar 11, 2024
1 parent 6338fb3 commit 93ca42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/integration/sdk-v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const {
INT_TEST_POOL_ID: POOL_ID = "",
INT_TEST_CLIENT_ID: CLIENT_ID = "",
INT_TEST_SECRET_ID: SECRET_ID = "",
AWS_REGION = "",
INT_TEST_AWS_REGION: AWS_REGION = "",
AWS_ACCESS_KEY_ID = "",
AWS_SECRET_ACCESS_KEY = "",
} = process.env;
Expand Down

0 comments on commit 93ca42f

Please sign in to comment.