Skip to content

Commit

Permalink
tests: fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 22, 2022
1 parent 9cffdf3 commit a1a4f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ describe('finalhandler(req, res)', function () {
.expect(404, done)
})

it('should includeContent-Security-Policy header', function (done) {
it('should include Content-Security-Policy header', function (done) {
request(createServer())
.get('/foo')
.expect('Content-Security-Policy', "default-src 'none'")
Expand Down

0 comments on commit a1a4f6d

Please sign in to comment.