Changes field for metadata. Needs to look at this test better.

This commit is contained in:
gaba
2016-12-23 15:38:45 -08:00
parent 6052cac1d3
commit d35875145c
4 changed files with 18 additions and 5 deletions
+3 -2
View File
@@ -225,8 +225,9 @@ describe('/api/v1/comments', () => {
let action = actions[0];
expect(action).to.have.property('item_id', comment.id);
expect(action).to.have.property('field', 'body');
expect(action).to.have.property('detail', 'Matched suspect word filters.');
expect(action).to.have.property('metadata', 'body');
// expect(action).to.have.property('detail', 'Matched suspect word filters.');
});
});