Skip to content

Commit

Permalink
chore(fixtures): load some sample EnrollmentEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Sep 13, 2024
1 parent f0852a0 commit 5238e87
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"pk": 4,
"fields": {
"system_name": "calfresh",
"label": "CalFresh",
"label": "(CST) CalFresh",
"group_id": "group123",
"supports_expiration": "True",
"expiration_days": 5,
Expand Down Expand Up @@ -148,5 +148,53 @@
"transit_processor_client_id": "",
"transit_processor_client_secret_name": "cst-transit-processor-client-secret"
}
},
{
"model": "core.enrollmentevent",
"pk": "49328a98-f829-4009-a16a-d71ece9e51e3",
"fields": {
"transit_agency": 1,
"enrollment_flow": 3,
"method": "digital",
"verified_by": "http://server:8000/verify",
"enrollment_datetime": "2024-09-13T16:00:00.000Z",
"expiration_datetime": null
}
},
{
"model": "core.enrollmentevent",
"pk": "b1906c39-ae91-4b17-ae71-a93c4d4e546b",
"fields": {
"transit_agency": 1,
"enrollment_flow": 2,
"method": "in_person",
"verified_by": "Test User",
"enrollment_datetime": "2024-09-13T15:45:30.000Z",
"expiration_datetime": null
}
},
{
"model": "core.enrollmentevent",
"pk": "b2038a25-ce2a-46f0-80a0-aea49e45e1e9",
"fields": {
"transit_agency": 1,
"enrollment_flow": 1,
"method": "digital",
"verified_by": "benefits-oauth-client-name",
"enrollment_datetime": "2024-09-12T18:25:25.000Z",
"expiration_datetime": null
}
},
{
"model": "core.enrollmentevent",
"pk": "cf28906c-5709-4055-b6fd-554563ca1286",
"fields": {
"transit_agency": 1,
"enrollment_flow": 4,
"method": "digital",
"verified_by": "benefits-oauth-client-name",
"enrollment_datetime": "2024-09-11T20:00:00.000Z",
"expiration_datetime": "2025-09-12T07:00:00.000Z"
}
}
]

0 comments on commit 5238e87

Please sign in to comment.