Skip to content

Commit

Permalink
switch integration tests from sa-east-1 to ap-southeast-1 because of …
Browse files Browse the repository at this point in the history
…SES API timeouts
  • Loading branch information
jantman committed Mar 3, 2020
1 parent 39e8d6b commit a239b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awslimitchecker/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def param_for_integration_test_verify_usage(metafunc):
False
],
[
{'region': 'sa-east-1'},
{'region': 'ap-southeast-1'},
'normal',
None,
False,
Expand Down Expand Up @@ -278,7 +278,7 @@ def param_for_integration_test_verify_limits(metafunc):
False
],
[
{'region': 'sa-east-1'},
{'region': 'ap-southeast-1'},
'normal',
None,
True,
Expand Down

0 comments on commit a239b0e

Please sign in to comment.