Remove quotes around key
This commit is contained in:
parent
61576c39be
commit
cbb68f6980
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ describe('browser-window module', function () {
|
|||
|
||||
it('can initiate POST navigation', function (done) {
|
||||
w.webContents.on('did-finish-load', () => done())
|
||||
w.loadURL(server.url, {'postData': postData})
|
||||
w.loadURL(server.url, {postData: postData})
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue