Skip to content

Commit

Permalink
update 501 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 4, 2024
1 parent 8374bdb commit cee48e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/res.status.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('res', function () {

request(app)
.get('/')
.expect(501, done)
.expect(700, done)
})
})

Expand Down

0 comments on commit cee48e7

Please sign in to comment.