Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Feb 28, 2020
1 parent 3411fb1 commit 5e54a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/server/http/http_server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ test('exposes route details of incoming request to a route handler', async () =>
path: '/',
options: {
authRequired: true,
xsrfRequired: true,
tags: [],
},
});
Expand Down Expand Up @@ -923,6 +924,7 @@ test('exposes route details of incoming request to a route handler (POST + paylo
path: '/',
options: {
authRequired: true,
xsrfRequired: true,
tags: [],
body: {
parse: true, // hapi populates the default
Expand Down

0 comments on commit 5e54a83

Please sign in to comment.