add access_expires_at to enrollment

This commit is contained in:
2025-09-17 20:56:37 -03:00
parent 51bf5191e9
commit a7a7cc6cc1
3 changed files with 15 additions and 3 deletions

View File

@@ -26,5 +26,4 @@ def test_reenroll(
}
}
}
enrollment = app.lambda_handler(event, lambda_context) # type: ignore
print(enrollment)
assert app.lambda_handler(event, lambda_context) # type: ignore