Skip to content

Commit

Permalink
fix: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
etamity committed Oct 14, 2021
1 parent ecb2899 commit 7998aaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe.each(EACH_MATRIX)('%s:%s: integration tests', (eventSourceName, framewo
const expectedResponse = makeResponse({
eventSourceName,
multiValueHeaders: {
'content-length': [151],
'content-length': ['151'],
'content-security-policy': ["default-src 'none'"],
'content-type': ['text/html; charset=utf-8'],
'x-content-type-options': ['nosniff']
Expand Down Expand Up @@ -223,7 +223,7 @@ describe.each(EACH_MATRIX)('%s:%s: integration tests', (eventSourceName, framewo
multiValueHeaders: {
'accept-ranges': ['bytes'],
'cache-control': ['public, max-age=0'],
'content-length': [15933],
'content-length': ['15933'],
'content-type': ['image/png']
},
isBase64Encoded: true
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

0 comments on commit 7998aaa

Please sign in to comment.