add send cert reporting
This commit is contained in:
@@ -29,7 +29,7 @@ def test_set_cert_expired(
|
||||
)
|
||||
assert r['status'] == 'COMPLETED'
|
||||
assert 'executed' in r
|
||||
assert 'issued_cert' in r
|
||||
assert 'cert' in r
|
||||
|
||||
|
||||
def test_existing_issued_cert(
|
||||
@@ -50,4 +50,4 @@ def test_existing_issued_cert(
|
||||
r = dynamodb_persistence_layer.collection.get_items(
|
||||
TransactKey('1ee108ae-67d4-4545-bf6d-4e641cdaa4e0') + SortKey('0')
|
||||
)
|
||||
assert 's3_uri' in r['issued_cert']
|
||||
assert 's3_uri' in r['cert']
|
||||
|
||||
Reference in New Issue
Block a user