Skip to content

Commit

Permalink
PR #345 - fix integration tests for route53
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jul 29, 2018
1 parent 607949c commit 3bb57fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awslimitchecker/tests/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ def verify_region(self, region_name):
"to be us-east-1 but got %s" \
"" % support_region
for svc, rname in service_regions.items():
if svc == 'route53':
region_name = 'aws-global'
assert rname == region_name, "Expected service %s to connect to " \
"region %s, but connected to %s" % (
svc, region_name, rname)
Expand Down

0 comments on commit 3bb57fc

Please sign in to comment.