test: fix google 404 timeout

This commit is contained in:
Tony 2023-09-01 14:31:04 +00:00 committed by GitHub
parent 31359462dc
commit 92bc237f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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