testIssuesAndMilestones

This commit is contained in:
Vincent Jacques
2012-03-03 11:10:12 +00:00
parent dfe9ded1e4
commit ae81345d06
3 changed files with 61 additions and 1 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ Milestone = GithubObject(
IssueComment = GithubObject(
"IssueComment",
BaseUrl( lambda obj: obj._repo._baseUrl + "/issues/comment" + str( obj.id ) ),
BaseUrl( lambda obj: obj._repo._baseUrl + "/issues/comments/" + str( obj.id ) ),
InternalSimpleAttributes(
"url", "body", "created_at", "updated_at", "id",
"_repo", ### Ugly hack