uploadData => uploadRawData

This commit is contained in:
deepak1556 2016-10-24 15:55:06 +05:30 committed by Kevin Sawicki
parent 9536ebc0ad
commit 61576c39be
6 changed files with 10 additions and 6 deletions

View file

@ -29,7 +29,7 @@ describe('browser-window module', function () {
const fileStats = fs.statSync(filePath)
postData = [
{
'type': 'data',
'type': 'rawData',
'bytes': new Buffer('username=test&file=')
},
{