Use the specified region name when generating ARN for a requested cert.
This commit is contained in:
parent
c0c86be6ee
commit
66a7ace2c5
2 changed files with 4 additions and 3 deletions
|
|
@ -291,6 +291,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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue