WIP
This commit is contained in:
@@ -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')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user