Skip to content

Commit

Permalink
Chore: add back values for CST local fixture (#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Dec 5, 2024
2 parents 48dfaf5 + 7b56f41 commit b58eb16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"slug": "cst",
"short_name": "CST (local)",
"long_name": "California State Transit (local)",
"info_url": "https://www.agency-website.com",
"phone": "1-800-555-5555",
"eligibility_api_id": "cst",
"eligibility_api_private_key": 2,
"eligibility_api_public_key": 3,
Expand All @@ -61,7 +63,9 @@
"transit_processor_client_id": "",
"transit_processor_client_secret_name": "cst-transit-processor-client-secret",
"staff_group": 2,
"customer_service_group": 2
"customer_service_group": 2,
"logo_large": "agencies/cst-lg.png",
"logo_small": "agencies/cst-sm.png"
}
},
{
Expand Down

0 comments on commit b58eb16

Please sign in to comment.