From 40f10eafcfee20f5545315c810b1fffd8c9b6145 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 d9ae17c5a887b2..474483ed22ee23 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