In repositories.go, the ListForTeam method calls the Client.executeRaw, most likely due to an oversight in PR #88. This means that any calls to this function will fail, which went undetected since this function and ListForAccount perform the same function, and we don't have any tests for it.