From e2c66c63933f32d612907a6ec060eb49a53376cd Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 16 Feb 2024 04:09:27 +0000 Subject: [PATCH] test: fix `internet/test-inspector-help-page` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 PR-URL: https://github.com/nodejs/node/pull/51693 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh --- 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