refactor(itim): Update Test Suite for TicketCommentSolution model

ref: #871 closes #866
This commit is contained in:
2025-07-20 10:59:03 +09:30
parent 842fc38a98
commit 132765833e
3 changed files with 443 additions and 38 deletions

View File

@ -30,7 +30,7 @@ class ModelSerializer(
model = TicketCommentSolution
read_only_fields = TicketCommentBaseModelSerializer.Meta.fields + [
read_only_fields = TicketCommentBaseModelSerializer.Meta.read_only_fields + [
'is_closed',
'date_closed',
]