step back

This commit is contained in:
ogerly 2019-10-18 12:27:52 +02:00
parent 54465c04a3
commit e2818fbf21

View File

@ -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!' }],
})
})