Skip to content

Commit 27d7b3f

Browse files
author
Victor Machado
committed
Update region to us-west-2 (using Dirk's credentials)
1 parent 86803cd commit 27d7b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def random_string(length=4):
2222
AWS_CREDENTIALS_PROFILE_1 = "bob"
2323
AWS_CREDENTIALS_PROFILE_2 = "alice"
2424

25-
AWS_REGION_1 = "eu-west-2"
26-
AWS_REGION_2 = "eu-west-2"
25+
AWS_REGION_1 = "us-west-2"
26+
AWS_REGION_2 = "us-west-2"
2727

2828
AWS_ACCESS_KEY_ID = os.getenv('AWS_ACCESS_KEY_ID')
2929
AWS_SECRET = os.getenv('AWS_SECRET')

0 commit comments

Comments
 (0)