Skip to content

Commit 0eada58

Browse files
committed
fix test
1 parent ca2bb08 commit 0eada58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fetch/client-fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ test('busboy emit error', async (t) => {
259259
const formRaw = await tempRes.text()
260260

261261
const server = createServer((req, res) => {
262-
res.setHeader('content-type', 'multipart/form-data; boundary=wrongboundary')
262+
res.setHeader('content-type', 'multipart/form-data')
263263
res.write(formRaw)
264264
res.end()
265265
})

0 commit comments

Comments
 (0)