describe('# DELETE /tokens/:id', () => {
    it('should fail to delete an access token', (done) => {
      adminSesh.delete('/tokens/593576a8570f1de0f3303c87')
        .expect(httpStatus.NOT_FOUND)
        .then((res) => {