test: fix google 404 timeout
This commit is contained in:
parent
31359462dc
commit
92bc237f63
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue