Skip to content

Commit

Permalink
refactor: update sample secret name in local fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Aug 5, 2024
1 parent 51799d3 commit 7c042a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sign_out_button_template": "core/includes/button--sign-out--login-gov.html",
"sign_out_link_template": "core/includes/link--sign-out--login-gov.html",
"client_name": "senior-benefits-oauth-client-name",
"client_id_secret_name": "auth-provider-client-id",
"client_id_secret_name": "claims-provider-client-id",
"authority": "https://example.com",
"scope": "verify:senior",
"claim": "senior",
Expand All @@ -47,7 +47,7 @@
"sign_out_button_template": "core/includes/button--sign-out--login-gov.html",
"sign_out_link_template": "core/includes/link--sign-out--login-gov.html",
"client_name": "veteran-benefits-oauth-client-name",
"client_id_secret_name": "auth-provider-client-id",
"client_id_secret_name": "claims-provider-client-id",
"authority": "https://example.com",
"scope": "verify:veteran",
"claim": "veteran",
Expand All @@ -61,7 +61,7 @@
"sign_out_button_template": "core/includes/button--sign-out--login-gov.html",
"sign_out_link_template": "core/includes/link--sign-out--login-gov.html",
"client_name": "calfresh-benefits-oauth-client-name",
"client_id_secret_name": "auth-provider-client-id",
"client_id_secret_name": "claims-provider-client-id",
"authority": "https://example.com",
"scope": "verify:calfresh",
"claim": "calfresh",
Expand Down

0 comments on commit 7c042a5

Please sign in to comment.