Is this field missing because it is None?
This commit is contained in:
@@ -30,7 +30,6 @@ class EntitlementsSerializerTests(ModuleStoreTestCase):
|
|||||||
'course_uuid': str(entitlement.course_uuid),
|
'course_uuid': str(entitlement.course_uuid),
|
||||||
'mode': entitlement.mode,
|
'mode': entitlement.mode,
|
||||||
'refund_locked': False,
|
'refund_locked': False,
|
||||||
'enrollment_course_run': None,
|
|
||||||
'order_number': entitlement.order_number,
|
'order_number': entitlement.order_number,
|
||||||
'created': entitlement.created.strftime('%Y-%m-%dT%H:%M:%S.%fZ'),
|
'created': entitlement.created.strftime('%Y-%m-%dT%H:%M:%S.%fZ'),
|
||||||
'modified': entitlement.modified.strftime('%Y-%m-%dT%H:%M:%S.%fZ'),
|
'modified': entitlement.modified.strftime('%Y-%m-%dT%H:%M:%S.%fZ'),
|
||||||
|
|||||||
Reference in New Issue
Block a user