From 54c2d69d3624b3085682349f111099ee627c51df Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 7 Feb 2024 14:40:05 +0000 Subject: [PATCH] test: fix `internet/test-inspector-help-page` The webpage at the URL referenced by `node --inspect` was retitled when it was recently moved. Update the test to match the new title "Debugging Node.js" (formerly "Debugging Guide"). Refs: https://github.com/nodejs/nodejs.org/pull/6265 --- test/internet/test-inspector-help-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/internet/test-inspector-help-page.js b/test/internet/test-inspector-help-page.js index 5679eae4ebac83..ae06242405d5fc 100644 --- a/test/internet/test-inspector-help-page.js +++ b/test/internet/test-inspector-help-page.js @@ -28,7 +28,7 @@ function check(url, cb) { }); res.on('end', common.mustCall(() => { - assert.match(result, />Debugging GuideDebugging Node\.js