diff --git a/REST_API_v2/Incidents/manage_incidents.py b/REST_API_v2/Incidents/manage_incidents.py index 4d62b1a..a7a4ca9 100755 --- a/REST_API_v2/Incidents/manage_incidents.py +++ b/REST_API_v2/Incidents/manage_incidents.py @@ -60,7 +60,7 @@ def manage_incidents(): 'id': INCIDENT_ONE_ID, 'type': 'incident', 'status': INCIDENT_ONE_STATUS, - 'assigments': [{ + 'assignments': [{ 'assignee': { 'id': INCIDENT_ONE_ASSIGNEE_ID, 'type': INCIDENT_ONE_ASSIGNEE_TYPE