Revert "Revert "Story 138187767 - Moderate Flag User Names""

This reverts commit 903aa23f19.
This commit is contained in:
gaba
2017-03-24 11:15:42 -07:00
parent 596b7f538a
commit 9eaed90318
42 changed files with 1604 additions and 246 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ describe('graph.mutations.addCommentTag', () => {
}
expect(response.errors).to.be.empty;
expect(response.data.addCommentTag.errors).to.deep.equal([{'translation_key':'NOT_AUTHORIZED'}]);
expect(response.data.addCommentTag.comment).to.be.null;
expect(response.data.addCommentTag.comment).to.be.null;
});
});
});