Skip to content

Commit

Permalink
fix: revert, renamed too much
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Mar 4, 2021
1 parent 738ff5c commit 4bce5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/standalone/content-transfer-encoding.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ test('content transfer encoding', (done) => {

const body =
'--foo\r\n' +
'Content-Disposition: form-data; name="file1"; originalFilename="file1"\r\n' +
'Content-Disposition: form-data; name="file1"; filename="file1"\r\n' +
'Content-Type: application/octet-stream\r\n' +
'\r\nThis is the first file\r\n' +
'--foo\r\n' +
'Content-Type: application/octet-stream\r\n' +
'Content-Disposition: form-data; name="file2"; originalFilename="file2"\r\n' +
'Content-Disposition: form-data; name="file2"; filename="file2"\r\n' +
'Content-Transfer-Encoding: unknown\r\n' +
'\r\nThis is the second file\r\n' +
'--foo--\r\n';
Expand Down

0 comments on commit 4bce5f7

Please sign in to comment.