Skip to content

Commit

Permalink
chore: update local fixtures so that display_order is populated
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 19, 2024
1 parent 09be83e commit 2c67c3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"pk": 1,
"fields": {
"name": "(MST) oauth claims via Login.gov",
"display_order": 1,
"active": true,
"api_url": null,
"api_auth_header": null,
Expand All @@ -151,6 +152,7 @@
"pk": 2,
"fields": {
"name": "(MST) VA.gov - veteran",
"display_order": 3,
"active": true,
"api_url": null,
"api_auth_header": null,
Expand All @@ -171,6 +173,7 @@
"pk": 3,
"fields": {
"name": "(MST) eligibility server verifier",
"display_order": 4,
"active": true,
"api_url": "http://server:8000/verify",
"api_auth_header": "X-Server-API-Key",
Expand All @@ -191,6 +194,7 @@
"pk": 4,
"fields": {
"name": "(SacRT) oauth claims via Login.gov",
"display_order": 5,
"active": false,
"api_url": null,
"api_auth_header": null,
Expand All @@ -211,6 +215,7 @@
"pk": 5,
"fields": {
"name": "(SBMTD) oauth claims via Login.gov",
"display_order": 6,
"active": false,
"api_url": null,
"api_auth_header": null,
Expand All @@ -231,6 +236,7 @@
"pk": 6,
"fields": {
"name": "(SBMTD) eligibility server verifier",
"display_order": 7,
"active": true,
"api_url": "http://server:8000/verify",
"api_auth_header": "X-Server-API-Key",
Expand All @@ -251,6 +257,7 @@
"pk": 7,
"fields": {
"name": "CalFresh oauth claims via Login.gov",
"display_order": 2,
"active": true,
"api_url": null,
"api_auth_header": null,
Expand Down

0 comments on commit 2c67c3c

Please sign in to comment.