reverted removal of data:null

This commit is contained in:
Ulf Gebhardt 2023-05-31 10:32:40 +02:00
parent a21df08551
commit 3bcd518bd4
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -283,6 +283,7 @@ describe('login', () => {
it('responds with "Your account has been disabled."', async () => {
await respondsWith({
data: null,
errors: [{ message: 'Your account has been disabled.' }],
})
})