Repositories.ListForTeam tries to deserialize raw stream
Closed this issue · 0 comments
soult commented
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.