Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Aug 12, 2023
1 parent ca2bb08 commit 0eada58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch/client-fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ test('busboy emit error', async (t) => {
const formRaw = await tempRes.text()

const server = createServer((req, res) => {
res.setHeader('content-type', 'multipart/form-data; boundary=wrongboundary')
res.setHeader('content-type', 'multipart/form-data')
res.write(formRaw)
res.end()
})
Expand Down

0 comments on commit 0eada58

Please sign in to comment.