Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 4, 2020
1 parent 8c8a871 commit 3501277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microservices/requestApi/test/v2/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ describe("Requests", function() {
.set("Authorization", "Bearer " + jwt)
.send({})
.end(function (err, res) {
console.log("SHOULD SUBMIT", activeRequestId);
expect(res.body.error).to.equal(undefined);
res.should.have.status(200);
res.body.should.be.a('object');
Expand Down

0 comments on commit 3501277

Please sign in to comment.