lint
This commit is contained in:
parent
8f9635f5b3
commit
42900f6336
9 changed files with 20 additions and 12 deletions
|
|
@ -808,11 +808,14 @@ describe('Users store', () => {
|
|||
)
|
||||
.mockResolvedValueOnce(
|
||||
// Revoke Token
|
||||
new Response(JSON.stringify('Oopsie-woopsie pleroma made a fucky-wucky'), {
|
||||
status: 500,
|
||||
statusText: 'Internal Server Error',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
}),
|
||||
new Response(
|
||||
JSON.stringify('Oopsie-woopsie pleroma made a fucky-wucky'),
|
||||
{
|
||||
status: 500,
|
||||
statusText: 'Internal Server Error',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
},
|
||||
),
|
||||
)
|
||||
|
||||
vi.stubGlobal('fetch', revokeApi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue