Merge pull request #2374 from asherf/acm

[ACM] Use the specified region name when generating ARN for a requested cert.
This commit is contained in:
Mike Grima 2019-08-21 12:56:59 -07:00 committed by GitHub
commit 1de371ca76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -316,6 +316,7 @@ def test_request_certificate():
)
resp.should.contain('CertificateArn')
arn = resp['CertificateArn']
arn.should.match(r"arn:aws:acm:eu-central-1:\d{12}:certificate/")
resp = client.request_certificate(
DomainName='google.com',