From 6b607ab40ee656da1c32b88c4f540aa566b73e16 Mon Sep 17 00:00:00 2001 From: sniedzielski Date: Thu, 12 Dec 2024 16:07:50 +0100 Subject: [PATCH] OP-2220: fixed test helper --- grievance_social_protection/tests/test_helpers.py | 1 - 1 file changed, 1 deletion(-) 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"