add expires_at to cert

This commit is contained in:
2025-09-17 20:34:08 -03:00
parent ad1a57e6a0
commit 51bf5191e9
5 changed files with 12 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ from aws_lambda_powertools.utilities.typing import LambdaContext
from layercake.dynamodb import DynamoDBPersistenceLayer
def test_enroll(
def test_reenroll(
seeds,
dynamodb_persistence_layer: DynamoDBPersistenceLayer,
lambda_context: LambdaContext,