mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-29 08:07:48 +01:00
fix todolist removal
This commit is contained in:
@@ -117,7 +117,7 @@ describe('test users', () => {
|
||||
})
|
||||
.set('Content-Type', 'application/json')
|
||||
.set('Accept', 'application/json')
|
||||
.expect(400);
|
||||
.expect(401);
|
||||
});
|
||||
test('should not login user with wrong password', async () => {
|
||||
await request(server)
|
||||
|
||||
Reference in New Issue
Block a user