Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #673 from codydaig/bugfix/consolelog
Browse files Browse the repository at this point in the history
Remove console.log from an article test
  • Loading branch information
lirantal committed Jul 20, 2015
2 parents bed8ff5 + a8dae99 commit e6b8a69
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ describe('Article CRUD tests', function () {
it('should return proper error for single article which doesnt exist, if not signed in', function (done) {
request(app).get('/api/articles/test')
.end(function (req, res) {
console.log(res.body);
// Set assertion
res.body.should.be.instanceof(Object).and.have.property('message', 'Article is invalid');

Expand Down

0 comments on commit e6b8a69

Please sign in to comment.