mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
revered removal of data: null
This commit is contained in:
parent
a50e3f2f14
commit
a21df08551
@ -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.' }],
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user