Skip to content

Commit c68c4f1

Browse files
committed
chore: fixtures cleanup and migration rename
1 parent 6952ece commit c68c4f1

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

benefits/core/migrations/0072_remove_eligibilityapiconfig_api_private_key_and_more.py renamed to benefits/core/migrations/0072_move_fields_from_eligapiconfig_to_eligapiverificationrequest.py

File renamed without changes.

benefits/core/migrations/local_fixtures.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,6 @@
142142
"private_key": 6
143143
}
144144
},
145-
{
146-
"model": "core.eligibilityapiconfig",
147-
"pk": 1,
148-
"fields": {
149-
"api_id": "cst",
150-
"api_private_key": 2,
151-
"api_public_key": 3
152-
}
153-
},
154145
{
155146
"model": "core.transitagency",
156147
"pk": 1,
@@ -161,7 +152,6 @@
161152
"long_name": "California State Transit (local)",
162153
"info_url": "https://www.agency-website.com",
163154
"phone": "1-800-555-5555",
164-
"eligibility_api_config": 1,
165155
"customer_service_group": 2,
166156
"logo": "agencies/cst.png"
167157
}
@@ -224,6 +214,8 @@
224214
"api_url": "http://server:8000/verify",
225215
"api_auth_header": "X-Server-API-Key",
226216
"api_auth_key_secret_name": "agency-card-flow-api-auth-key",
217+
"api_client_private_key": 2,
218+
"api_client_public_key": 3,
227219
"api_public_key": 1,
228220
"api_jwe_cek_enc": "A256CBC-HS512",
229221
"api_jwe_encryption_alg": "RSA-OAEP",

0 commit comments

Comments
 (0)