should fix admin e2e test
This commit is contained in:
parent
0b27da21ac
commit
ab34412a2e
4 changed files with 17 additions and 15 deletions
|
|
@ -132,6 +132,7 @@ export const promisedRequest = async ({
|
|||
)
|
||||
}
|
||||
} catch (error) {
|
||||
if (error.name === 'StatusCodeError') throw error
|
||||
throw new Error(error, { url, options }, response)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue