Skip to content

Commit

Permalink
fixtures: Fix eligibility diagnosis
Browse files Browse the repository at this point in the history
Following the new db constraint
  • Loading branch information
tonial committed Jan 28, 2025
1 parent 90cd4e7 commit f81530d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions itou/fixtures/django/20_eligibility_diagnoses.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fields": {
"author": 6,
"author_kind": "employer",
"author_prescriber_organization": 996,
"author_prescriber_organization": null,
"author_siae": 3850,
"created_at": "2022-02-08T10:59:58.777Z",
"expires_at": "2022-06-08",
Expand All @@ -31,8 +31,8 @@
"fields": {
"author": 3,
"author_kind": "prescriber",
"author_prescriber_organization": 903,
"author_siae": 3850,
"author_prescriber_organization": 115,
"author_siae": null,
"created_at": "2022-02-08T11:00:49.078Z",
"expires_at": "2022-06-08",
"job_seeker": 19,
Expand All @@ -45,8 +45,8 @@
"fields": {
"author": 3,
"author_kind": "prescriber",
"author_prescriber_organization": 996,
"author_siae": 3850,
"author_prescriber_organization": 115,
"author_siae": null,
"created_at": "2022-02-08T11:01:48.331Z",
"expires_at": "2022-06-08",
"job_seeker": 18,
Expand All @@ -58,8 +58,8 @@
{
"fields": {
"author": 4,
"author_kind": "prescriber",
"author_prescriber_organization": 952,
"author_kind": "employer",
"author_prescriber_organization": null,
"author_siae": 3850,
"created_at": "2022-02-08T11:02:28.172Z",
"expires_at": "2022-06-08",
Expand Down

0 comments on commit f81530d

Please sign in to comment.