Skip to content

Commit 9853513

Browse files
committed
fix(fixtures): clean up IDs
1 parent d7502bb commit 9853513

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

benefits/core/migrations/local_fixtures.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"model": "core.pemdata",
13-
"pk": 3,
13+
"pk": 2,
1414
"fields": {
1515
"label": "Benefits client private key",
1616
"text_secret_name": "client-private-key",
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"model": "core.pemdata",
22-
"pk": 4,
22+
"pk": 3,
2323
"fields": {
2424
"label": "Benefits client public key",
2525
"text_secret_name": "client-public-key",
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"model": "core.eligibilitytype",
90-
"pk": 7,
90+
"pk": 4,
9191
"fields": {
9292
"name": "calfresh",
9393
"label": "CalFresh",
@@ -166,15 +166,15 @@
166166
},
167167
{
168168
"model": "core.eligibilityverifier",
169-
"pk": 7,
169+
"pk": 4,
170170
"fields": {
171171
"name": "(CST) CalFresh oauth claims via Login.gov",
172172
"display_order": 2,
173173
"active": true,
174174
"api_url": null,
175175
"api_auth_header": null,
176176
"api_auth_key_secret_name": null,
177-
"eligibility_type": 7,
177+
"eligibility_type": 4,
178178
"public_key": null,
179179
"jwe_cek_enc": null,
180180
"jwe_encryption_alg": null,
@@ -212,13 +212,13 @@
212212
"phone": "1-800-555-5555",
213213
"active": true,
214214
"payment_processor": 1,
215-
"private_key": 3,
216-
"public_key": 4,
215+
"private_key": 2,
216+
"public_key": 3,
217217
"jws_signing_alg": "RS256",
218218
"index_template": "core/index--cst.html",
219219
"eligibility_index_template": "eligibility/index--cst.html",
220-
"eligibility_types": [1, 7, 2, 3],
221-
"eligibility_verifiers": [1, 7, 2, 3]
220+
"eligibility_types": [1, 2, 3, 4],
221+
"eligibility_verifiers": [1, 2, 3, 4]
222222
}
223223
}
224224
]

0 commit comments

Comments
 (0)