MA-1359 & MA-1457 DiscussionAPI: return response_count for thread GET/POST
This commit is contained in:
@@ -329,9 +329,9 @@ def make_minimal_cs_thread(overrides=None):
|
||||
"comments_count": 0,
|
||||
"unread_comments_count": 0,
|
||||
"children": [],
|
||||
"resp_total": 0,
|
||||
"read": False,
|
||||
"endorsed": False,
|
||||
"resp_total": 0,
|
||||
}
|
||||
ret.update(overrides or {})
|
||||
return ret
|
||||
|
||||
Reference in New Issue
Block a user