Skip to content

Commit f0331d5

Browse files
authored
Update test case
1 parent 0f2a372 commit f0331d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe("File upload", function () {
178178
.reply(200, function (uri, requestBody) {
179179
expect(this.req.headers["content-type"]).include("multipart/form-data; boundary=---------------------");
180180
var boundary = this.req.headers["content-type"].replace("multipart/form-data; boundary=","");
181-
expect(requestBody.length).equal(20000280);
181+
expect(requestBody.length).equal(15000347);
182182
done()
183183
})
184184

0 commit comments

Comments
 (0)