Skip to content

Commit

Permalink
Merge pull request #2396 from kanongil/inert-2.1.3-update
Browse files Browse the repository at this point in the history
Inert 2.1.3 update
  • Loading branch information
Eran Hammer committed Feb 9, 2015
2 parents da21e9e + 006145c commit b92fa1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('security', function () {

server.inject('/index%00.html', function (res) {

expect(res.statusCode).to.equal(403);
expect(res.statusCode).to.equal(404);
done();
});
});
Expand Down

0 comments on commit b92fa1d

Please sign in to comment.