Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 5, 2020
1 parent 327aa63 commit 40130e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/requestApi/test/v2/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ describe("Forms", function() {
.post('/v2/forms')
.set("Authorization", "Bearer "+jwt)
.end(function (err, res) {
console.log("FORM ADMIN", res.status. res.body);
console.log("FORM ADMIN", res.status, res.body);
res.should.have.status(403);
res.body.should.have.property('error');
done();
Expand Down

0 comments on commit 40130e5

Please sign in to comment.