From 92bc237f6311e46147ae3391420f745b80967fd8 Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 1 Sep 2023 14:31:04 +0000 Subject: [PATCH] test: fix google 404 timeout --- lib/v2/test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v2/test/index.js b/lib/v2/test/index.js index dfc8f832b..860dabc52 100644 --- a/lib/v2/test/index.js +++ b/lib/v2/test/index.js @@ -11,7 +11,7 @@ module.exports = async (ctx) => { if (ctx.params.id === 'httperror') { await got({ method: 'get', - url: `https://google.com/404`, + url: 'https://httpbingo.org/status/404', }); } let item = [];