mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
reverted removal of data:null
This commit is contained in:
parent
a21df08551
commit
3bcd518bd4
@ -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.' }],
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user