Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 24, 2023
1 parent 67c0310 commit fcabc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/servlet/corsproxy/middleware/logger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('corsproxy.middleware.logger', () => {
logger(req, res, next)
res.send('foo')

expect(log.error).to.have.been.calledWith('RES 123 < status=500 duration=0ms headers={"content-type":"text/html; charset=utf-8","content-length":"3"} bufferLength=3')
expect(log.error).to.have.been.calledWith('RES 123 < status=500 method=GET duration=0ms headers={"content-type":"text/html; charset=utf-8","content-length":"3"} bufferLength=3')
})
})

Expand Down

0 comments on commit fcabc47

Please sign in to comment.