Revert "Story 138187767 - Moderate Flag User Names"

This commit is contained in:
David Erwin
2017-03-23 11:18:55 -04:00
committed by GitHub
parent 03aebd7840
commit 903aa23f19
42 changed files with 246 additions and 1604 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;
});
});
});