Skip to content

Commit

Permalink
chore(fixtures): update template for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed May 3, 2024
1 parent 6e3de6b commit 89e6d36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"fields": {
"name": "courtesy_card",
"label": "(MST) Courtesy Card Discount",
"group_id": "group123"
"group_id": "group123",
"enrollment_index_template": "enrollment/index--agency-card.html"
}
},
{
Expand All @@ -114,7 +115,8 @@
"fields": {
"name": "mobility_pass",
"label": "(SBMTD) Mobility Pass Discount",
"group_id": "group123"
"group_id": "group123",
"enrollment_index_template": "enrollment/index--agency-card.html"
}
},
{
Expand Down

0 comments on commit 89e6d36

Please sign in to comment.