This commit is contained in:
2026-01-21 21:31:32 -03:00
parent 26c3df876f
commit 37a9b20188
38 changed files with 1009 additions and 532 deletions

View File

@@ -19,6 +19,9 @@ def test_enroll(
method=HTTPMethod.POST,
body={
'org_id': '2a8963fc-4694-4fe2-953a-316d1b10f1f5',
'subscription': {
'billing_day': 6,
},
'enrollments': [
{
'id': '44ff9ac1-a7cd-447b-a284-53cdc5929d7f',
@@ -64,8 +67,6 @@ def test_enroll(
submission = dynamodb_persistence_layer.get_item(KeyPair(body['id'], body['sk']))
assert submission['sk'] == body['sk']
print(body)
enrolled = dynamodb_persistence_layer.collection.query(
PartitionKey('d0349bbe-cef3-44f7-b20e-3cb4476ab4c5')
)