mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat(server): improve logs (#8977)
This commit is contained in:
@@ -123,7 +123,7 @@ test('should not be able to sign in if email is invalid', async t => {
|
||||
.send({ email: '' })
|
||||
.expect(400);
|
||||
|
||||
t.is(res.body.message, 'An invalid email provided.');
|
||||
t.is(res.body.message, 'An invalid email provided: ');
|
||||
});
|
||||
|
||||
test('should not be able to sign in if forbidden', async t => {
|
||||
|
||||
Reference in New Issue
Block a user