Skip to content

Commit

Permalink
correct test description
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 14, 2017
1 parent db53294 commit dbdc1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routing/routing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('default routing behavior', () => {
});
});

it('handles invalid verbs with 405 invalid request', function () {
it('handles invalid verbs with 501 invalid request', function () {
return this.agent.trace('/.well-known/openid-configuration')
.expect(501)
.expect({
Expand Down

0 comments on commit dbdc1ed

Please sign in to comment.