diff --git a/benefits/core/migrations/local_fixtures.json b/benefits/core/migrations/local_fixtures.json index c66dfd8b21..a6910b280f 100644 --- a/benefits/core/migrations/local_fixtures.json +++ b/benefits/core/migrations/local_fixtures.json @@ -131,7 +131,12 @@ "fields": { "name": "calfresh", "label": "CalFresh", - "group_id": "group123" + "group_id": "group123", + "supports_expiration": "True", + "expiration_days": 5, + "expiration_reenrollment_days": 3, + "reenrollment_error_template": "enrollment/reenrollment-error--calfresh.html", + "enrollment_success_template": "enrollment/success--mst.html" } }, {