MA-1189 - Discussion API: implemented GET comment children

This commit is contained in:
wajeeha-khalid
2015-09-28 18:31:13 +05:00
parent 450e625d97
commit fa285e09a4
5 changed files with 154 additions and 7 deletions

View File

@@ -1146,7 +1146,6 @@ class GetCommentListTest(CommentsServiceMockMixin, SharedModuleStoreTestCase):
"abuse_flagged": False,
"voted": False,
"vote_count": 4,
"children": [],
"editable_fields": ["abuse_flagged", "voted"],
},
{
@@ -1166,7 +1165,6 @@ class GetCommentListTest(CommentsServiceMockMixin, SharedModuleStoreTestCase):
"abuse_flagged": True,
"voted": False,
"vote_count": 7,
"children": [],
"editable_fields": ["abuse_flagged", "voted"],
},
]