diff --git a/tests/routes/api/comments/index.js b/tests/routes/api/comments/index.js index c3694d95e..4945195a0 100644 --- a/tests/routes/api/comments/index.js +++ b/tests/routes/api/comments/index.js @@ -313,6 +313,7 @@ describe('Post /:comment_id/status', () => { .send({'status': 'accepted'}) .end(function(res){ expect(res).to.have.status(200) + expect(res).to.have.body done() }) })