Skip to content

Commit

Permalink
Add missing headers to noAuth test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrowan committed Oct 19, 2018
1 parent f96faf1 commit bcfdbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/offline.js
Expand Up @@ -135,6 +135,7 @@ describe('Offline', () => {
offline.inject({
method: 'GET',
url: '/fn3',
headers: { 'x-api-key': validToken },
}, res => {
expect(res.statusCode).to.eq(200);
done();
Expand Down

0 comments on commit bcfdbcd

Please sign in to comment.