revered removal of data: null

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

View File

@ -270,6 +270,7 @@ describe('login', () => {
it('responds with "Incorrect email address or password."', async () => {
await respondsWith({
data: null,
errors: [{ message: 'Incorrect email address or password.' }],
})
})