diff --git a/grievance_social_protection/tests/data.py b/grievance_social_protection/tests/data.py index ca9421c..754b8d4 100644 --- a/grievance_social_protection/tests/data.py +++ b/grievance_social_protection/tests/data.py @@ -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", } @@ -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", } @@ -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", } @@ -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", }