Skip to content

Commit

Permalink
fix(fixtures): clean up IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 11, 2024
1 parent 24957ee commit 3ac63e8
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 @@ -10,7 +10,7 @@
},
{
"model": "core.pemdata",
"pk": 3,
"pk": 2,
"fields": {
"label": "Benefits client private key",
"text_secret_name": "client-private-key",
Expand All @@ -19,7 +19,7 @@
},
{
"model": "core.pemdata",
"pk": 4,
"pk": 3,
"fields": {
"label": "Benefits client public key",
"text_secret_name": "client-public-key",
Expand Down Expand Up @@ -87,7 +87,7 @@
},
{
"model": "core.eligibilitytype",
"pk": 7,
"pk": 4,
"fields": {
"name": "calfresh",
"label": "CalFresh",
Expand Down Expand Up @@ -166,15 +166,15 @@
},
{
"model": "core.eligibilityverifier",
"pk": 7,
"pk": 4,
"fields": {
"name": "(CST) CalFresh oauth claims via Login.gov",
"display_order": 2,
"active": true,
"api_url": null,
"api_auth_header": null,
"api_auth_key_secret_name": null,
"eligibility_type": 7,
"eligibility_type": 4,
"public_key": null,
"jwe_cek_enc": null,
"jwe_encryption_alg": null,
Expand Down Expand Up @@ -212,13 +212,13 @@
"phone": "1-800-555-5555",
"active": true,
"payment_processor": 1,
"private_key": 3,
"public_key": 4,
"private_key": 2,
"public_key": 3,
"jws_signing_alg": "RS256",
"index_template": "core/index--cst.html",
"eligibility_index_template": "eligibility/index--cst.html",
"eligibility_types": [1, 7, 2, 3],
"eligibility_verifiers": [1, 7, 2, 3]
"eligibility_types": [1, 2, 3, 4],
"eligibility_verifiers": [1, 2, 3, 4]
}
}
]

0 comments on commit 3ac63e8

Please sign in to comment.