it('should fail getting all users, reason role = user', async () => { const authHeaders = {Authorization: 'test'} await request(app) .get('/user/all') .set( ...
確定! 回上一頁