Skip to content

Commit 2854d44

Browse files
cola119aduh95
andauthored
Update test/parallel/test-debugger-invalid-json.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent e1f7bca commit 2854d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-debugger-invalid-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const host = '127.0.0.1';
2828
{
2929
const server = http.createServer((req, res) => {
3030
res.statusCode = 200;
31-
res.end('ok');
31+
res.end('some data that is invalid json');
3232
});
3333
server.listen(0, host, common.mustCall(() => {
3434
const port = server.address().port;

0 commit comments

Comments
 (0)