Skip to content

Commit

Permalink
Debugging test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jan 23, 2023
1 parent 5406dd9 commit c86cee3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/src/index/testRequest.js
Expand Up @@ -415,7 +415,7 @@ describe('test HttpRequest', function() {
});

it('send POST request with multi-part form data', function(done) {
const appPath = path.resolve(__dirname, '../../extra/output/app.apk');
const appPath = path.resolve(__dirname, '../../extra/temp/app.apk');
const appDir = path.dirname(appPath);

fs.mkdirSync(appDir, {recursive: true});
Expand All @@ -438,8 +438,6 @@ describe('test HttpRequest', function() {

const request = new HttpRequest(options);
request.on('success', function () {
fs.rmSync(appPath);

done();
}).send();

Expand Down

0 comments on commit c86cee3

Please sign in to comment.