Skip to content

Commit

Permalink
refactor: move fields in local fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Aug 9, 2024
1 parent eabcc90 commit 7c2ed43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"client_name": "senior-benefits-oauth-client-name",
"client_id_secret_name": "claims-provider-client-id",
"authority": "https://example.com",
"scope": "verify:senior",
"claim": "senior",
"scheme": "dev-cal-itp_benefits"
}
},
Expand All @@ -49,8 +47,6 @@
"client_name": "veteran-benefits-oauth-client-name",
"client_id_secret_name": "claims-provider-client-id",
"authority": "https://example.com",
"scope": "verify:veteran",
"claim": "veteran",
"scheme": "vagov"
}
},
Expand All @@ -63,8 +59,6 @@
"client_name": "calfresh-benefits-oauth-client-name",
"client_id_secret_name": "claims-provider-client-id",
"authority": "https://example.com",
"scope": "verify:calfresh",
"claim": "calfresh",
"scheme": "dev-cal-itp_benefits"
}
},
Expand Down Expand Up @@ -123,7 +117,9 @@
"eligibility_type": 1,
"claims_provider": 1,
"selection_label_template": "eligibility/includes/selection-label--senior.html",
"eligibility_start_template": "eligibility/start--senior.html"
"eligibility_start_template": "eligibility/start--senior.html",
"claims_scope": "verify:senior",
"claims_claim": "senior"
}
},
{
Expand All @@ -136,7 +132,9 @@
"eligibility_type": 2,
"claims_provider": 2,
"selection_label_template": "eligibility/includes/selection-label--veteran.html",
"eligibility_start_template": "eligibility/start--veteran.html"
"eligibility_start_template": "eligibility/start--veteran.html",
"claims_scope": "verify:veteran",
"claims_claim": "veteran"
}
},
{
Expand Down Expand Up @@ -172,7 +170,9 @@
"claims_provider": 3,
"selection_label_template": "eligibility/includes/selection-label--calfresh.html",
"eligibility_start_template": "eligibility/start--calfresh.html",
"help_template": "core/includes/help--calfresh.html"
"help_template": "core/includes/help--calfresh.html",
"claims_scope": "verify:calfresh",
"claims_claim": "calfresh"
}
},
{
Expand Down

0 comments on commit 7c2ed43

Please sign in to comment.