mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
test: fix google 404 timeout
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user