public void getPeople_deleted() throws ExecutionException, InterruptedException {
String self = ID_1;
expect(token.getViewerId()).andReturn(self);
replay(token);
Set<UserId> ids = getUserIdSet();
GroupId groupId = new GroupId(GroupId.Type.deleted, GROUP_ID);
Future<RestfulCollection<Person>> people = service.getPeople(ids, groupId, null, null, token);
}