Skip to content

Commit

Permalink
Adapt expected headers after the recent CDN header changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 4, 2018
1 parent 0063ef1 commit 7a9508f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ const responses = {};
const expectedHeaders = {
'accept-ranges': 'bytes',
'access-control-allow-origin': '*',
'cache-control': 'max-age=31536000',
'cache-control': 'public, max-age=31536000',
'connection': 'Keep-Alive',
'content-length': '',
'date': '',
'debug': undefined,
'etag': '',
'last-modified': '',
'timing-allow-origin': '*',
'vary': 'Accept-Encoding',
'x-cache': '',
'x-hello-human': 'Say hello back! @getBootstrapCDN on Twitter',
Expand Down

0 comments on commit 7a9508f

Please sign in to comment.