diff --git a/grievance_social_protection/tests/test_helpers.py b/grievance_social_protection/tests/test_helpers.py index d2bb46e..b806b33 100644 --- a/grievance_social_protection/tests/test_helpers.py +++ b/grievance_social_protection/tests/test_helpers.py @@ -12,7 +12,6 @@ def create_ticket(username): def create_comment_for_existing_ticket(user, ticket): - ticket.save(user=user) comment = Comment({ "ticket_id": ticket.id, "comment": "awesome comment"