diff --git a/spec/node-spec.js b/spec/node-spec.js index 886ad3d35bf8..7e83ec9e5651 100644 --- a/spec/node-spec.js +++ b/spec/node-spec.js @@ -144,7 +144,7 @@ describe('node feature', function () { child.stderr.on('data', function (data) { output += data - if (output.trim().startsWith('Debugger listening on port')) { + if (output.trim().startsWith('Debugger listening on ws://')) { done() } })