mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
Remove quotes around key
This commit is contained in:
@@ -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})
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user