uploadData => uploadRawData
This commit is contained in:
parent
9536ebc0ad
commit
61576c39be
6 changed files with 10 additions and 6 deletions
|
@ -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=')
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue