Skip to content

Commit

Permalink
failing tests for eu-central-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sannya-singal committed Mar 27, 2024
1 parent 30ba34c commit 81b4fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localstack/constants.py
Expand Up @@ -153,7 +153,7 @@
TEST_AWS_ACCOUNT_ID = os.getenv("TEST_AWS_ACCOUNT_ID") or "000000000001"
TEST_AWS_ACCESS_KEY_ID = os.getenv("TEST_AWS_ACCESS_KEY_ID") or "000000000001"
TEST_AWS_SECRET_ACCESS_KEY = os.getenv("TEST_AWS_SECRET_ACCESS_KEY") or "test1"
TEST_AWS_REGION_NAME = os.getenv("TEST_AWS_REGION") or "us-west-2"
TEST_AWS_REGION_NAME = os.getenv("TEST_AWS_REGION") or "eu-central-1"

# Additional credentials used in the test suite (when running cross-account tests)
SECONDARY_TEST_AWS_ACCOUNT_ID = os.getenv("SECONDARY_TEST_AWS_ACCOUNT_ID") or "000000000002"
Expand Down

0 comments on commit 81b4fe0

Please sign in to comment.