add analytics event to thread/comment vote

This commit is contained in:
wajeeha-khalid
2016-02-04 11:34:05 +05:00
parent d808456452
commit fe9b1a0d80
2 changed files with 8 additions and 5 deletions

View File

@@ -358,6 +358,7 @@ def make_minimal_cs_comment(overrides=None):
ret = {
"type": "comment",
"id": "dummy",
"commentable_id": "dummy",
"thread_id": "dummy",
"parent_id": None,
"user_id": "0",