Skip to content

Commit

Permalink
OP-2220: fixed test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Dec 12, 2024
1 parent ac2e42d commit 6b607ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grievance_social_protection/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6b607ab

Please sign in to comment.