Skip to content

Commit

Permalink
Removes log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sccttt committed May 8, 2024
1 parent 12f5521 commit d818ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/upload-restriction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ backends().forEach(function (backend) {
.expect('Content-Type', /json/)
.end(function (err, res) {
if (err) return done(err)
console.log(111, res)
assert.strictEqual(
res.body.message,
'Forbidden type detected: image/jpeg; charset=binary'
Expand Down

0 comments on commit d818ae8

Please sign in to comment.