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 = [];