mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Check it has body
This commit is contained in:
@@ -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()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user