diff --git a/test/driver.js b/test/driver.js index cfa9dff75..265de0852 100644 --- a/test/driver.js +++ b/test/driver.js @@ -157,7 +157,7 @@ function snapshotCurrentPage(page, task, failure) { function sendQuitRequest() { var r = new XMLHttpRequest(); - r.open('POST', '/tellMeToQuit?path = ' + escape(appPath), false); + r.open('POST', '/tellMeToQuit?path=' + escape(appPath), false); r.send(''); }