mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
step back
This commit is contained in:
parent
54465c04a3
commit
e2818fbf21
@ -290,8 +290,7 @@ describe('Signup', () => {
|
||||
|
||||
it('throws AuthorizationError', async () => {
|
||||
await expect(mutate({ mutation, variables })).resolves.toMatchObject({
|
||||
// errors: [{ message: 'Not Authorised!' }],
|
||||
errors: undefined,
|
||||
errors: [{ message: 'Not Authorised!' }],
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user