Is this field missing because it is None?

This commit is contained in:
Ned Batchelder
2019-05-16 16:49:53 -04:00
parent 4a1154a7ca
commit 8a44397139

View File

@@ -30,7 +30,6 @@ class EntitlementsSerializerTests(ModuleStoreTestCase):
'course_uuid': str(entitlement.course_uuid),
'mode': entitlement.mode,
'refund_locked': False,
'enrollment_course_run': None,
'order_number': entitlement.order_number,
'created': entitlement.created.strftime('%Y-%m-%dT%H:%M:%S.%fZ'),
'modified': entitlement.modified.strftime('%Y-%m-%dT%H:%M:%S.%fZ'),