Skip to content

Commit

Permalink
OP-2219: fixed field name for testing input
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Dec 10, 2024
1 parent 86a2f7d commit 85ef666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grievance_social_protection/tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Test",
"resolution": "8,7",
"priority": "High",
"dateOfIncident": "2024-11-20",
"date_of_incident": "2024-11-20",
"channel": "Channel A",
"flags": "Default",
}
Expand All @@ -14,7 +14,7 @@
"title": "Test",
"resolution": "sdasdasadsda",
"priority": "High",
"dateOfIncident": "2024-11-20",
"date_of_incident": "2024-11-20",
"channel": "Channel A",
"flags": "Default",
}
Expand All @@ -25,7 +25,7 @@
"title": "Test",
"resolution": "100,5",
"priority": "High",
"dateOfIncident": "2024-11-20",
"date_of_incident": "2024-11-20",
"channel": "Channel A",
"flags": "Default",
}
Expand All @@ -36,7 +36,7 @@
"title": "Test",
"resolution": "1,54",
"priority": "High",
"dateOfIncident": "2024-11-20",
"date_of_incident": "2024-11-20",
"channel": "Channel A",
"flags": "Default",
}
Expand Down

0 comments on commit 85ef666

Please sign in to comment.