We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2a372 commit f0331d5Copy full SHA for f0331d5
tests/upload.js
@@ -178,7 +178,7 @@ describe("File upload", function () {
178
.reply(200, function (uri, requestBody) {
179
expect(this.req.headers["content-type"]).include("multipart/form-data; boundary=---------------------");
180
var boundary = this.req.headers["content-type"].replace("multipart/form-data; boundary=","");
181
- expect(requestBody.length).equal(20000280);
+ expect(requestBody.length).equal(15000347);
182
done()
183
})
184
0 commit comments