Skip to content

Commit

Permalink
test ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Dec 11, 2024
1 parent f227832 commit 22cfdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grievance_social_protection/validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def validate_commenter_associated_with_ticket(data):
reporter_tickets = Ticket.objects.filter(reporter_type=commenter_type, reporter_id=commenter_id)
if reporter_tickets.exists():
return []

print('test')
return [{"message": _("validations.CommentValidation.commenter_not_associated_with_ticket")}]


Expand Down

0 comments on commit 22cfdd6

Please sign in to comment.