Fixes acm:describe_certificate for imported certificates having no SAN extension (#3370)
* Fix(test_acm): describe_certificate testcase does't execute * handle acm certificates lacking extensions Co-authored-by: nom3ad <nom3ad@gmail.com>
This commit is contained in:
parent
c54f182ca1
commit
502818be4c
2 changed files with 7 additions and 4 deletions
|
|
@ -140,7 +140,7 @@ def test_describe_certificate():
|
|||
|
||||
|
||||
@mock_acm
|
||||
def test_describe_certificate():
|
||||
def test_describe_certificate_with_bad_arn():
|
||||
client = boto3.client("acm", region_name="eu-central-1")
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue