update admin name #32

This commit is contained in:
2025-12-05 19:59:43 -03:00
parent c8c12bdde4
commit b136d83f81
11 changed files with 187 additions and 27 deletions

View File

@@ -132,5 +132,5 @@ event = {
}
def test_email_receiving(dynamodb_seeds, lambda_context: LambdaContext):
def test_email_receiving(seeds, lambda_context: LambdaContext):
assert app.lambda_handler(event, lambda_context) == {'disposition': 'CONTINUE'}