Skip to content

Commit

Permalink
Refactor report article feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MBenedicte committed Jun 7, 2019
1 parent b200c7c commit 2033023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/routes/report.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ describe('Reports', () => {
.send(newReport)
.end((err, res) => {
reportId = res.body.Report.id;
console.log(reportId);
res.should.have.status(status.CREATED);
res.should.have.property('status');
done();
});
});
Expand Down

0 comments on commit 2033023

Please sign in to comment.